Access 2003 Switchboard

B

Bardia

I created a form and entered over hundred records.
Then I created switchboard to open this form for adding additional records.
Now when I open the form via switchboard there is no record, form is empty,
but when I open the form by clicking on its name in database window all the
records are there.
Please advice
 
S

strive4peace

Hi Bardia,

your switchboard probably does this:

DoCmd.OpenForm "Formname", , , , acFormAdd

acFormAdd = 0
and this means that the form will be for adding records only ...

if this is not what you want, then do not give OpenForm this argument


Warm Regards,
Crystal

remote programming and training

Access Basics
8-part free tutorial that covers essentials in Access
http://www.AccessMVP.com/strive4peace

*
:) have an awesome day :)
*
 

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