Form Not Showing Records Added to Table

  • Thread starter Thread starter CenterStage
  • Start date Start date
C

CenterStage

I created a form to display patron contact info, using an initial table of
some 1300 records. Now when I add new records, the form does not display
them, only the original number. I have no filters (that I know of). What am I
missing?
 
No. The form only displays the new record as it's being created through the
form, but does not appear the next time the form is opened.
 
The form only displays the new record as it's being created
through the form, but does not appear the next time the form is
opened.

Is there a join in the SQL in the form's recordsource? Perhaps your
form is only showing records where there's a matching record in
another table.
 

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

Back
Top