I have 2 basic tables. 1 is Customers and the other is States. I am using the States table as a lookup for the StateID field in the Customers table.
Since I want to merge this into Word, and have the State name appear, I built a query with the 2 tables linking the Customers.StateID to the States.StateID. However, since I don't have the State for everyone in my Customers table yet, when I run the Query I only get the Customers that have a StateID assigned to them.
How can I get all Customers and those that have a StateID, it will return the name of the State from the States table?
Thanks,
Stuart