Hello,
So I have two tables that I'm trying to combine into a new table using values from both tables.
My first table contains export data that I pull from a program other than access. This contains customer info.
The second table contains records of checks written to these customers.
Both tables contain the field 'issue number'. I have established a relationship between the two tables using this field.
I'm trying to combine the tables so that I can see everything from my customer info table, and check numbers where applicable. Not every record in my customer info table has been assigned a check number.
When I try to run a query to bring these two tables together, it only pulls records that have been assigned a check number... I need to see everything all together.
I tried using criteria 'is null' or 'is not null' and I get the same results.
I get updated data twice a week, and will need to update this new table every time I get new data, otherwise I would just do it manually
Any help would be appreciated.
Thank you!