S
Spidey3721
I am trying to get a command button on one of my forms to open another form
in ADD mode. I have gotten it to work by adding "acformadd" as an argument
(?) to the end of my DoCmd in Visual Basic. It works fine
DoCmd.OpenForm stDocName, , , stLinkCriteria, acFormAdd
QUESTION - Is this the only way to accomplish this, or is there an easier
way to set this up ?
in ADD mode. I have gotten it to work by adding "acformadd" as an argument
(?) to the end of my DoCmd in Visual Basic. It works fine
DoCmd.OpenForm stDocName, , , stLinkCriteria, acFormAdd
QUESTION - Is this the only way to accomplish this, or is there an easier
way to set this up ?