From: ksgolfer on
Trying to figure out how to open a table in datasheet view using a control
button on a form and not use a split form view. Any help?
From: fredg on
On Mon, 1 Feb 2010 13:00:01 -0800, ksgolfer wrote:

> Trying to figure out how to open a table in datasheet view using a control
> button on a form and not use a split form view. Any help?

I'll assume you meant to say "open a 'form' in datesheet view".
To open a form in datasheet view by means of code you must explicitly
code it to open in datasheet view:
DoCmd.OpenForm "FormName", acFormDS
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
 | 
Pages: 1
Prev: Accdr
Next: Update table when entry is saved