Form comes up automatically

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

Guest

I am using Access 2000
I created a database for adding Company basic information. I added a menu
to the database so that someone not familiar with Access could use this
program easily to add infomation and/or to print labels. When I click on the
DB program to open it, not only does the menu open automatically but the
entry form also opens. It should not open until the user has clicked on the
add new information button in the menu.
I checked the start up but only the menu was listed. Does anyone have any
ideas as to how to correct this?

Aurora
 
I would check two things
1. Do you have a macro named Autoexec, if so it run what ever in it when you
load the DB
2. check the code in the menu form,
check the the properties of the onload, onopen, onactivate. of the form see
if there is a command to open this forms.
 
Back
Top