I have found that this command will open a form in Datasheet view:
DoCmd.OpenForm FormName, acFormDS, , FormCriteria
But how can I accomplish this through the switchboard buttons. I noticed there is a Switchboard Items table with command and arguements fields and I think this is where the answer may lie but I can't find a good reference to what those values do.
Thanks for any tips!
Bruce
DoCmd.OpenForm FormName, acFormDS, , FormCriteria
But how can I accomplish this through the switchboard buttons. I noticed there is a Switchboard Items table with command and arguements fields and I think this is where the answer may lie but I can't find a good reference to what those values do.
Thanks for any tips!
Bruce