Problem viewing previous records in form view.

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
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
 
Back
Top