G
G.
I think I will be a newbie forever! My problem - I need to create a report
based on data in 4 tables. I created a query to join the data I need from
each table. The query is directional - I used all records from one table and
only records that matched from another - because I need to have all people in
the database available in a report. In the query, some records are null but I
need these null values to say either 0 or N/A.
For example, 1 table has LIC#, lastName, FirstName. Another table has Lic#,
Obs, Exp. When joining the 2 tables I get all the Lic#'s, First_Name, and
Last_Name fields to list but if there is a Lic# on the first table that is
not on the second, the Obs and Exp fields will be null.
I hope I explained that OK. Thanks for any help.
based on data in 4 tables. I created a query to join the data I need from
each table. The query is directional - I used all records from one table and
only records that matched from another - because I need to have all people in
the database available in a report. In the query, some records are null but I
need these null values to say either 0 or N/A.
For example, 1 table has LIC#, lastName, FirstName. Another table has Lic#,
Obs, Exp. When joining the 2 tables I get all the Lic#'s, First_Name, and
Last_Name fields to list but if there is a Lic# on the first table that is
not on the second, the Obs and Exp fields will be null.
I hope I explained that OK. Thanks for any help.