D
DM - NPS
I am trying to create a query that shows all the records in a table called
Species (425 records). The table has 20 fields. I want the query to contain
3 fields (ID, Name, and Species). The Species field is a code that links to
another table called Name that contains the full name of the species.
When I run the query I get 402 records. This is because 23 of the records
do not have a species code populated. How do I setup my query to show all
records even if a linked field has a null value?
Thanks in Advance
Species (425 records). The table has 20 fields. I want the query to contain
3 fields (ID, Name, and Species). The Species field is a code that links to
another table called Name that contains the full name of the species.
When I run the query I get 402 records. This is because 23 of the records
do not have a species code populated. How do I setup my query to show all
records even if a linked field has a null value?
Thanks in Advance