M
mandy_frog
I have a database that will print billling statements based on a project. A
project has two types of expenses; employee hours and purchases. I would
like a report that looks something like this:
Project Name
Employee Hours
01/05/02 Jane Doe Filing 5 $15.60
02/05/02 Bob Smith Reporting 8 $160.34
etc.
Employee Hours Total $xxx.xx
Purchases
02/03/02 Paper Needed for Reports $23.89
02/07/02 Postage Mailing $37.00
etc.
Purchases Total $xxx.xx
Bill Total
$xxx.xx
Currently i have a number of tables; one for project details, one for
purchases and one for employee hours. I had this working until i had to add
the purchase information. I can not figure how to get the information from
two tables onto this report, and summing. If i placed all the purchase and
hours information in one table there would be a number of empty fields in
each row, plus the chance for a user to enter a purchase and hour on the same
line. The closest i have come is to have a report with two subforms on it.
But i can't get the bill total figured that way. Any help would be greatly
appreciated. I have tried everything i can thing of.
project has two types of expenses; employee hours and purchases. I would
like a report that looks something like this:
Project Name
Employee Hours
01/05/02 Jane Doe Filing 5 $15.60
02/05/02 Bob Smith Reporting 8 $160.34
etc.
Employee Hours Total $xxx.xx
Purchases
02/03/02 Paper Needed for Reports $23.89
02/07/02 Postage Mailing $37.00
etc.
Purchases Total $xxx.xx
Bill Total
$xxx.xx
Currently i have a number of tables; one for project details, one for
purchases and one for employee hours. I had this working until i had to add
the purchase information. I can not figure how to get the information from
two tables onto this report, and summing. If i placed all the purchase and
hours information in one table there would be a number of empty fields in
each row, plus the chance for a user to enter a purchase and hour on the same
line. The closest i have come is to have a report with two subforms on it.
But i can't get the bill total figured that way. Any help would be greatly
appreciated. I have tried everything i can thing of.