my forms are not pulling the data from the table

G

Guest

I have a database that populates certain fields with a yes and Now() for
today's date. I can see where each record is populated correctly in the
table, but when I look at the related form, some records have the data and
some don't. What is really going on?

Rob
 
D

Dirk Goldgar

Rob said:
I have a database that populates certain fields with a yes and Now()
for today's date. I can see where each record is populated correctly
in the table, but when I look at the related form, some records have
the data and some don't. What is really going on?

Could it be that your form is based on a query that joins two tables,
one of which is the one that has these fields? Then you wouldn't see
those fields for records in the other table that don't have matches in
this 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

Top