Problem viewing previous records in form view.

G

Guest

From the switchboard we can open a customer table to input new customers. The
switchboard would open the customer table in form view with all previous
records available allowing us to perform finds or page through using the
arrow buttons. We no longer see previous records, only the record we are
entering. The customer table is being updated correctly after the record is
entered. Any help to get all our previous records back?
 
B

Brian Bastl

Open the form in design view. the look for the line Data Entry on the "All"
tab. Set it to no. If that doesn't work, then you'll have to look at the
code behind command button on your switchboard. Look for a line which looks
like the following:

DoCmd.OpenForm "strDocName", , , , acFormAdd

HTH,
Brian
 

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