ThePixelMines
Technical User
I'm preparing a database to manage billing and assets for various projects and clients. Specifically, I'm trying to calculate billing charges in a timecard subform.
Right now I have a subform that details the project, hrs/qty of service, and a serviceID that links it to a another table that has different charges for different services. See the relationships here. For instance:
3D modeling/animation is $150/hr
Spot Tag is $25/unit
Graphic composition is $75/hr
etc.
The BillingRate is found in the Services table. What I need is a total amount text field calculated per line in TimeCardHours based on ServiceID and BillableHours entered. I can't seem to get it to work.
I tried a simple calculation but I can't get the BillingRate over to my TimeCardHours subform properly to do the calculation.
Any ideas?
Check it, Fool!
Right now I have a subform that details the project, hrs/qty of service, and a serviceID that links it to a another table that has different charges for different services. See the relationships here. For instance:
3D modeling/animation is $150/hr
Spot Tag is $25/unit
Graphic composition is $75/hr
etc.
The BillingRate is found in the Services table. What I need is a total amount text field calculated per line in TimeCardHours based on ServiceID and BillableHours entered. I can't seem to get it to work.
I tried a simple calculation but I can't get the BillingRate over to my TimeCardHours subform properly to do the calculation.
Any ideas?
Check it, Fool!