Hi,
Access 2010.
I am using this:
Code:
DoCmd.OpenForm "PreviousEntries", 3, , , , , "Start"
to open a Form in Datasheet mode.
However, in design view for "PreviousEntries" - I have an Exit button - and that button does not show up when the Form opens up as a Datasheet at run time.
I want to show the data in Datasheet mode - but I also want an Exit button on the form so I can return to the 'calling' form ["Start"].
In design view - the form that is being opened in DS view at run time does not appear as a 'Datasheet' but as a 'regular' Form - with controls running down the form vertically.
I'd appreciate any help.
Thanks!
Robeen