Data entered in table not showing up in form.

D

denilynn

I have a form that will show existing data in the underlying table. For the
first time, I'm entering new clients and they are showing up in the table.
However, the new clients aren't showing up in the form. How can I fix this?
 
D

Dirk Goldgar

denilynn said:
I have a form that will show existing data in the underlying table. For the
first time, I'm entering new clients and they are showing up in the table.
However, the new clients aren't showing up in the form. How can I fix
this?


Check the form's RecordSource property. Chances are that it's a query that
includes criteria that are excluding the new records, or that joins to
another table and your new records are unmatched in that table.
 
T

Tom van Stiphout

On Thu, 4 Feb 2010 14:38:52 -0500, "Dirk Goldgar"

Or the form has a Filter applied. Check the Filter and FilterOn
properties.

-Tom.
Microsoft Access MVP
 

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