From: Dragon on
Hello,

I created switchboards with the wizard in 2003. I inserted the code as
recommended:
Const conCmdOpenFormDatasheet = 9
and
' Open a form in Datasheet Mode.
Case conCmdOpenFormDatasheet
DoCmd.OpenForm rst![Argument], acFormDS

in the appropriate spots as recommended from
http://www.accessmvp.com/JConrad/accessjunkie/switchboardfaq.html#datasheet

after that, I've changed the command #s in the Switchboard items table.

When I go back into my switchboard and try to use the commands, it comes up
with an error message 'There was an error executing the command'

Did I miss something?

Thanks,
Dragon