Forcing Datasheet View

SteveF

Registered User.
Local time
Today, 04:36
Joined
Jul 13, 2008
Messages
218
I need to open a from in datasheet format to enable me to tab through columns of figures. I can do this easily enough, but when I use a command button from another form that I am using as a menu it opens in a single form format that I really don't want.

Any ideas? As usual, all help appreciated.
 
Another one of Access' quirks!

DoCmd.OpenForm "YourFormName", acFormDS
 
In the Kingdom of the Blind the One-Eyed Man...:D
 
Last edited:
I just used this again, 2 years on from the original post. Great forum...
 

Users who are viewing this thread

Back
Top Bottom