Switchboard

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a main switchboard for my database. I wrote a macro
Macro_OpenMainSwitchboard and put it on the frm_MainSwitchobard under "On
Open." However, that is not causing my database to open to the Main
Switchboard.

Can someone help me please. I do not write code.
 
You do not put a macro to open a form on the form you want to open.

Create a macro named Autoexec and have action to open your switchboard. On
opening the database it will open the switchboard form.
 
I have created a main switchboard for my database. I wrote a macro
Macro_OpenMainSwitchboard and put it on the frm_MainSwitchobard under "On
Open." However, that is not causing my database to open to the Main
Switchboard.

Can someone help me please. I do not write code.



Remove that macro from the switchboard form's Open event.

Click on tools + Startup.
Enter the name of the switchboard form in the Display Form/Page
drop-down box.
 
Or even simpler, goto Tools - Startup, then in the Display Form/Page box
select your Switchboard.

KARL said:
You do not put a macro to open a form on the form you want to open.

Create a macro named Autoexec and have action to open your switchboard. On
opening the database it will open the switchboard form.

--
There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000

Message posted via AccessMonster.com
 
Great minds, Fred!
Remove that macro from the switchboard form's Open event.

Click on tools + Startup.
Enter the name of the switchboard form in the Display Form/Page
drop-down box.

--
There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000

Message posted via AccessMonster.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top