New information added to table not showing in form

  • Thread starter Thread starter denilynn
  • Start date Start date
D

denilynn

I've added new client information into a table and it doesn't show up in the
corresponding form. Existing client information that was imported into the
table from Excel does show in the form however. What do I need to do?
 
Check the recordsource of the form to make sure it reads the entire table
and has no filter. Then try entering the data through the form. If it
doesn't show up in the table, you may need to build a better query as a
recordsource.
 
Define "Make sure the record source reads the entire table".

Open the Form in design view.
View its Properties.
On the Data tab select the Recordsource property (it's the first line).
If it's a Query click the ... icon by it to open it in query design view.

If you open the query as a datasheet do you see all the records you expect?
Does the query have any criteria or Joins which might limit which records
appear?
 
Back
Top