Button to open data entry only

Matt Brown

Registered User.
Local time
Today, 11:37
Joined
Jun 5, 2000
Messages
120
Hi all,

Wonder if anyone could answer this:

I would like to be able to open a form which is data entry only using a command button BUT not actually creating a new form with its properties set to data entry only.
Is there some VBA that i can use to do this to place behind the button?

thanks
Matt
 
You can use the Command Button Wizard "OpenForm" option. Edit the code and delete the reference to stLinkCriteria. Replace it with a comma, then acFormAddas the fourth argument.
 
Thanks cogent1 for your speedy reply.
Matt
 

Users who are viewing this thread

Back
Top Bottom