In switchboard item, i can only find switchboard
The switchboard manager show there are two switchboards,
Main page(default) and Staff Area.
When i write:
DoCmd.OpenForm "Staff Area"
It just say that Staff Area does not exist in switchboard item
Do anyone know how can i write a VBA to open a switchboard?
I know how to jump to the default switchboard by:
DoCmd.OpenForm "Switchboard"
however, i don't know how to write VBA to open another switchboard B which is not the default switchboard
Thanks very much
I am writing VBA on Microsoft access
Do anyone know how can i set a value of a form's field by using VBA?
For example, I am writing the VBA code on form A and want to set value to a field in form B (because I haven't learnt how to pass value between forms)
Or
How can i write VBA to open a new...