Click button to open in datasheet view

JimJones

Registered User.
Local time
Today, 02:11
Joined
May 6, 2003
Messages
78
Hi,

I have a problem with a form not opening in datasheet view.

I have a main form, a subform, and a subform within
the subform (which uses the tab control).

So far, everything works ok. But, I added a butoon to open
the subform on page2 of the control, in datasheet view,
so the user can see it "all there".

But, when I click the button, it proceeds to open the form,
in form view (no other instances of the form are open).

Any ideas?

Thanks,
Jim
 
Code:
    DoCmd.OpenForm "YourForm", acFormDS

IMO
 

Users who are viewing this thread

Back
Top Bottom