Hi all,
Can I call a specific switchboard page from VBA?
I can open the default switchboard form itself using code docmd.openform "switchboard"
The switchboard page I am trying to open has a switchboardid = 2
and I have trIed to use this condition in the code
DoCmd.OpenForm "Switchboard", , , "[SwitchBoardID]=" & 2
but is still opens the default page
Any ideas? If not I'll use a series of forms rather then switchboard to do what I want
Cheers
LarryB
Can I call a specific switchboard page from VBA?
I can open the default switchboard form itself using code docmd.openform "switchboard"
The switchboard page I am trying to open has a switchboardid = 2
and I have trIed to use this condition in the code
DoCmd.OpenForm "Switchboard", , , "[SwitchBoardID]=" & 2
but is still opens the default page
Any ideas? If not I'll use a series of forms rather then switchboard to do what I want
Cheers
LarryB