Switchboard in Access 2007

M

mariawhere

Hi,
I've created a simple database in Access 2007. We have a switchboard whicc
appears at startup. Along with the switchboard, the form called'Contact list'
also appears and it blocking the switchboard (I have to click on the form tab
and close it.) It's only a minor point but I would prefer for only the
switchboard to appear. I've checked the settings under Office Button - Access
Database - Current Database but cannot seem to find a way to stop the
'Contact list' form fromappearing. I'm sure it's just something silly I've
overlooked but any advice would be great as it's annoying me that I cannot
resolve it.

Thanks
 
T

Tom van Stiphout

On Thu, 20 May 2010 02:15:01 -0700, mariawhere

Search all code for DoCmd.OpenForm "nameofyourcontactlistform"
Also check all code behind the Switchboard form.

-Tom.
Microsoft Access MVP
 

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