No, it does not. Also, you don't need to specify acNormal, it is the
default. It is also not necessary to specify any "trailing" arguments. You
can simply quit after the last needed argument.
Example:
DoCmd.OpenForm "FEmpTotHours"
If you have arguments in the middle that you aren't using, then you need to
put commas in as place holders. You still wouldn't need the empty strings
("").
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.