OpenArgs -compile error

J

Junior

The below code produces this error message
"compile error expected named parameter-" what am i doing wrong?
DoCmd.OpenForm "frmNewApplicant", DataMode:=acFormAdd,WindowMode:=acDialog,
OpenArgs = Me.Name
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top