P
Paul James
I've got some forms that I would only like to open in datasheet view, so I
set the Default View property to Datasheet, and all the other form view
properties to "No."
However, when these forms open from my Switchboard form, which I created
from the Switchboard Manager, these forms all open in Form View. I tried
looking at the code in the Switchboard as well as the parameters in the
Switchboard Items table, but I couldn't figure out any way to tell it to
open certain forms in datasheet view.
Is there any way I can get these forms to open from the Switchboard in
Datasheet View or, alternatively, is there VBA code I could put in the
forms' Open event that would change it to Datasheet view?
Thanks in advance,
Paul
set the Default View property to Datasheet, and all the other form view
properties to "No."
However, when these forms open from my Switchboard form, which I created
from the Switchboard Manager, these forms all open in Form View. I tried
looking at the code in the Switchboard as well as the parameters in the
Switchboard Items table, but I couldn't figure out any way to tell it to
open certain forms in datasheet view.
Is there any way I can get these forms to open from the Switchboard in
Datasheet View or, alternatively, is there VBA code I could put in the
forms' Open event that would change it to Datasheet view?
Thanks in advance,
Paul