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.
 
Back
Top