This is going to make me crazy:
I have 2 tables (as an example):
tblOrderTable, tblOrdersOnHold (same fields in both tables) CustomerID, ProjectID, CostOfItem.
The other table is tblCustomer: CustomerID, Name, State
Here's what I'm looking for our of my report:
In short, I need to combine CostOfItem from both tables according to State.
Ex...
Group 1 (header): (State)
Total Order.CostOfItem + OrdersOnHold.CostOfItem
-----------------------------------------------------------
Group 2 (header): (Customer)
(I can't change the database - I have to work with what I have.) I found some info on Running Totals, but the help screens say these options can't be used with ODBC and I haven't had much luck using them. My other option is to use subreports (One for Orders and one for OrdersOnHold, but I can't seem to get the data from the subreports to the main report). Any help would be GREATLY appreciated. Thanks.
I have 2 tables (as an example):
tblOrderTable, tblOrdersOnHold (same fields in both tables) CustomerID, ProjectID, CostOfItem.
The other table is tblCustomer: CustomerID, Name, State
Here's what I'm looking for our of my report:
In short, I need to combine CostOfItem from both tables according to State.
Ex...
Group 1 (header): (State)
Total Order.CostOfItem + OrdersOnHold.CostOfItem
-----------------------------------------------------------
Group 2 (header): (Customer)
(I can't change the database - I have to work with what I have.) I found some info on Running Totals, but the help screens say these options can't be used with ODBC and I haven't had much luck using them. My other option is to use subreports (One for Orders and one for OrdersOnHold, but I can't seem to get the data from the subreports to the main report). Any help would be GREATLY appreciated. Thanks.