Need 1 menu for 3 applications

F

fred

I have three related access applications. Each one has
its own switchboard menu.

What is the best way to create one menu that will link
all three applications so that users only see one menu?
 
V

Van T. Dinh

Try creating a 4th Access application with just the Menu Form with 3 command
buttons to open another instance of Access with one of the 3 existing
databases.

You can then close the 4th database and its Access instance.
 
Top