when i open the access file how do i set it to open a form that is a main meny
B bdb0704 Oct 5, 2008 #1 when i open the access file how do i set it to open a form that is a main meny
A Arvin Meyer [MVP] Oct 5, 2008 #2 Tools >>> Options >>> Startup Then use the combobox to select the form to open. Alternatively, you can write a macro with the specific name of Autoexec and it will fire when the database opens.
Tools >>> Options >>> Startup Then use the combobox to select the form to open. Alternatively, you can write a macro with the specific name of Autoexec and it will fire when the database opens.
T Tom Brown Oct 5, 2008 #3 Open Access, open your database. Go to Tools-Startup-Display Form/Page. Use the dropdown to find the form you want to open on startup.
Open Access, open your database. Go to Tools-Startup-Display Form/Page. Use the dropdown to find the form you want to open on startup.
B Brian Oct 5, 2008 #4 Tools -> Startup, then select your main menu form under Display Form/Page & Click OK.