This simple query that combines data from two simple tables. Main table (400 records) includes a year field with data in 2 digit form (e.g. 1998 is shown as 98). The Year table includes both the 2 and 4 digit year. The two tables are linked by the 2 digit year code so my query provides the proper 4 digit year (1998). (There are probably better ways to handle this simple conversion – open to suggestions.)
Here is the problem: When I run the query, only 300 of the 400 records show - this appear to be because 100 records in the Main table have no 2 digit year. I’ve even tried running the query with “is null” in the year criteria but get no results at all. Is there some setting in the query that I must change to get all the records even if the linked field is blank?
Here is the problem: When I run the query, only 300 of the 400 records show - this appear to be because 100 records in the Main table have no 2 digit year. I’ve even tried running the query with “is null” in the year criteria but get no results at all. Is there some setting in the query that I must change to get all the records even if the linked field is blank?