V
VBAprgmd
Is there anyway to use Eval to programatically open up a form with arguments?
For example I get an error when trying to do the following:
eval("DoCmd.OpenForm
""frmSelect_RejectedDeliverables"",0,,,1,3,""openargs1"")")
I get the Run-time error '2431' The expression you entered contains invalid
syntax.
If I do it without the openargs it will open fine.
Thanks
For example I get an error when trying to do the following:
eval("DoCmd.OpenForm
""frmSelect_RejectedDeliverables"",0,,,1,3,""openargs1"")")
I get the Run-time error '2431' The expression you entered contains invalid
syntax.
If I do it without the openargs it will open fine.
Thanks