Hello,
I have a database tracking economic impact data. I have a separate table for Localities and Towns. Localities have a FIPS code that is the primary key. There are multiple towns that go into each Locality (tied by the FIPS). I have another two tables that hold the economic data for Localities and Towns. I am trying to add the Towns economic data to Localities. I have a query that matches the town to localities with several criterion (Economic category, Year and FIPS). I can't figure out how to add the data when there are more than one town to a Locality. I have tried different queries and also a report. With the report, I was able to set it up so it shows the town data(subreport) under the Locality (main report). However, I have been unable to sum the Locality amount with the total Town amount (I believe it's because you can't sum from a calculated text box). I do not have advanced Access skills so any assistance would be much appreciated.
Thank you!
JB