I have the following issues:
I have 4 tables
CUSTOMER SALES BUDGETS ITEMS
I have a main report that is run by a customer record (from CUSTOMER), with 2 separate subreports. 1 for actual customer sales (from SALES) and the other for budgeted customer sales (from BUDGETS). So far, this is easy, I am linking these 2 reports via the customers code in the main report, however, I also want to add the items that were sold and also the items that have budgets. Now the problem is, that the main report does not contain items, but the 2 subreports do. What the report is doing is not grouping by the same item, instead, it is not looking at the item in the actual sales and placing the relevant budget beside it, but placing the budgeted item amount anywhere it wants.
So I need it to show basically
Customer 1 Item 1 Sales of 1000 Budget of 0
Customer 2 Item 1 Sales of 1000 Budget of 0
Customer 2 Item 3 Sales of 0 Budget of 100
Customer 2 Item 4 Sales of 500 Budget of 200
It is currently showing
Customer 1 Item 1 Sales of 1000 Budget of 0
Customer 2 Item 1 Sales of 1000 Budget of 100
Customer 2 Item 3 Sales of 0 Budget of 200
Customer 2 Item 4 Sales of 500 Budget of
Please help!!!
I have 4 tables
CUSTOMER SALES BUDGETS ITEMS
I have a main report that is run by a customer record (from CUSTOMER), with 2 separate subreports. 1 for actual customer sales (from SALES) and the other for budgeted customer sales (from BUDGETS). So far, this is easy, I am linking these 2 reports via the customers code in the main report, however, I also want to add the items that were sold and also the items that have budgets. Now the problem is, that the main report does not contain items, but the 2 subreports do. What the report is doing is not grouping by the same item, instead, it is not looking at the item in the actual sales and placing the relevant budget beside it, but placing the budgeted item amount anywhere it wants.
So I need it to show basically
Customer 1 Item 1 Sales of 1000 Budget of 0
Customer 2 Item 1 Sales of 1000 Budget of 0
Customer 2 Item 3 Sales of 0 Budget of 100
Customer 2 Item 4 Sales of 500 Budget of 200
It is currently showing
Customer 1 Item 1 Sales of 1000 Budget of 0
Customer 2 Item 1 Sales of 1000 Budget of 100
Customer 2 Item 3 Sales of 0 Budget of 200
Customer 2 Item 4 Sales of 500 Budget of
Please help!!!