Data Entry

fernin8r

Registered User.
Local time
Today, 05:16
Joined
May 28, 2002
Messages
142
I would like to open my form as Data Entry, but i do not want my form to always be data entry. what with the syntax for that.

Here is my code:
DoCmd.OpenForm "Estimator"
 
DoCmd.OpenForm "Estimator", , , , acFormAdd

This opens the form in Data Entry mode. Search help for OpenForm for other arguments for this method.
 
Thanks
 

Users who are viewing this thread

Back
Top Bottom