T
TK
Hi:
Assume 2 tables Parts and Labor.
Kind of like:
Id QTY Part# Cost and Id QTY Task
Labor_Rate
What I'm trying to accomplish is a report that picks a
customer by Id calculates Parts.Qty * Parts.Cost as
Total_Parts and then calculates LaborQTY * Labor_Rate as
Total_Labor.
I need the report to irritate thru the detail section
once for the parts SQL and again for the Labor SQL
At this point I have make a report for Parts and one for
Labor and then dropped them on one report(container);
however this causes an additional problem of having to
enter the Id parameter twice to view or print it
Any direction or help will be greatly appreciated.
T K
Assume 2 tables Parts and Labor.
Kind of like:
Id QTY Part# Cost and Id QTY Task
Labor_Rate
What I'm trying to accomplish is a report that picks a
customer by Id calculates Parts.Qty * Parts.Cost as
Total_Parts and then calculates LaborQTY * Labor_Rate as
Total_Labor.
I need the report to irritate thru the detail section
once for the parts SQL and again for the Labor SQL
At this point I have make a report for Parts and one for
Labor and then dropped them on one report(container);
however this causes an additional problem of having to
enter the Id parameter twice to view or print it
Any direction or help will be greatly appreciated.
T K