Hello,
I am trying to create an Access report that basically mimics a spreadsheet. It would show the name of an item, the estimated budget and then a charge for each division.
Currently, I have several queries that determine each division's charge. Since not all divisions will have a charge for each item, I cannot create a relationship between the queries. Therefore, I cannot create a query that groups these nor can I create a crosstab query.
To get around this, I created a join query to get all the information in one place. However, the reports generated from this group by division.
Ideally, I would like the following format:
Item Estimate Division1 Charge Division2 Charge...
Does anyone have any ideas? I searched the FAQ's and the SQL and Access Reports sections to no avail.
Thanks in advance for your help!
Becky
I am trying to create an Access report that basically mimics a spreadsheet. It would show the name of an item, the estimated budget and then a charge for each division.
Currently, I have several queries that determine each division's charge. Since not all divisions will have a charge for each item, I cannot create a relationship between the queries. Therefore, I cannot create a query that groups these nor can I create a crosstab query.
To get around this, I created a join query to get all the information in one place. However, the reports generated from this group by division.
Ideally, I would like the following format:
Item Estimate Division1 Charge Division2 Charge...
Does anyone have any ideas? I searched the FAQ's and the SQL and Access Reports sections to no avail.
Thanks in advance for your help!
Becky