How do I change code for a form?

lowanam1

Registered User.
Local time
Yesterday, 16:05
Joined
Jan 13, 2012
Messages
106
Below is the code that needs to be changed to open the form in the datasheet view: I just don't know where to change the code. Can anyone help and advise how to find where to change the code?

DoCmd.OpenForm stDocName, acNormal, , , , acDialog

CHANGE TO::confused:

DoCmd.OpenForm stDocName, acFormDS, , , , acDialog
 

Users who are viewing this thread

Back
Top Bottom