How do I display or call up Null records of a matching field in a.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I created a query which have tables of matching fields and wanted to call up
the null values as well as the other records. My report is linked to the
query and I need to be able to print those null records. what should I do?
 
You want to print all records from your main table (regardless of if there
is amatching record in the secondary table)?

In your query design view, you should have the two tables displayed with a
line connecting them (joining them). Right click on this line and change
the "join properties". One of the options says to "display all records from
table1 even if..."


Rick B


tienna said:
I created a query which have tables of matching fields and wanted to call up
the null values as well as the other records. My report is linked to the
query and I need to be able to print those null records. what should I
do?
 

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