Menu in a form

ManuNeko

Registered User.
Local time
Today, 14:36
Joined
Aug 23, 2006
Messages
31
I have a form that I want to display at startup and in that form I want to have a menu that will allow me to show outer forms and reports.

Can anyone tell me how to do that?
 
Tools -- Startup will let you set the form you want the application to start with. Then use buttons and macros to open the other forms/reports on that first form.
 
there is a wizard to create a SWITCHBOARD which is a menu form, which includes command buttons to do what I think you want, all automatically. It provides for a multi-level hierarchy of menus. When you look at the code it creates you will see its not so easy to do it by hand.
 

Users who are viewing this thread

Back
Top Bottom