I am trying to create a query using multiple tables.
I have a master data table, which includes the codes of various locations.
I have a few other tables which contain info for rent, rates etc
I want to create a query that shows the sum of the rent, rates etc for each location code.
It works with one table, but then when I add more tables the figures don't correspond with the original data?
I have a relationship between the master data code and the codes in the other tables.
Am I missing something? Can anyone assist?