Hi, I'm trying to create a report in access, and am having no luck. I've gone into design view and expression builder, but I think I'm missing something here.
For this example, we're tracking sales tax, and they need to be broken down by city and state. The current report that I am working from is at the detail level, which I import into Access and run a query to group sales by jurisdiction. Now in some states tax is levied at state, county and city level.
So let's assume that location 1 and location 2 each had $100 total in sales - after I run my query to group and sum the data my output would look like this:
City A $100.00
City B $100.00
State $200.00
My desired output for a report would be:
City A $100.00
City B $100.00
<Space>
State $200.00
In other words, I want the report to say "On the top section of the report give me all sales <> *State*. (The identifier has "State" in it) On the bottom section give me only *State* sales"
I'll then do other calculations because this report will have taxes collected, taxable/non-taxable sales, etc, but at this point I can't get the report to disregard State on the first section.
Thanks in advance.
For this example, we're tracking sales tax, and they need to be broken down by city and state. The current report that I am working from is at the detail level, which I import into Access and run a query to group sales by jurisdiction. Now in some states tax is levied at state, county and city level.
So let's assume that location 1 and location 2 each had $100 total in sales - after I run my query to group and sum the data my output would look like this:
City A $100.00
City B $100.00
State $200.00
My desired output for a report would be:
City A $100.00
City B $100.00
<Space>
State $200.00
In other words, I want the report to say "On the top section of the report give me all sales <> *State*. (The identifier has "State" in it) On the bottom section give me only *State* sales"
I'll then do other calculations because this report will have taxes collected, taxable/non-taxable sales, etc, but at this point I can't get the report to disregard State on the first section.
Thanks in advance.