Switchboard

Z

znibk

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.
 
K

KARL DEWEY

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.
 
F

fredg

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.
 
L

Linq Adams via AccessMonster.com

Or even simpler, goto Tools - Startup, then in the Display Form/Page box
select your Switchboard.
 
L

Linq Adams 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.
 

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

Top