Hello everyone,
I have spent hours and I'm stumped. I need to run a report and can't seem to get the results I need. It could be the way my tables are setup but I can't change them now.
There are two tables in my database linked by the client code.
Table 1
Client Code
Client Name
etc...
Table 2
Location 1
Zone 1
Amount 1
Location 2
Zone 2
Amount 2
Location 3
Zone 3
Amount 3
Basically, I need to run a report for a particular Zone and if that value appears in any of the Zone fields, I need the report to return the client name and add up all the amounts for those locations that hold that Zone value.
Any thoughts? Any help would be much appreciated.
Thanks everyone.