I am trying to get back into Access after years of inactivity and I'm REALLY rusty.<br>
<br>
I have a report bound to a lovely query I wrote that lists date, registration plate, total cost of parts and number of hours of labour.<br>
<br>
What I actually want is date, registration plate, total cost of service.<br>
<br>
Service cost = total cost of parts + hours of labour * cost of labour.<br>
<br>
The query brings in total cost of parts and hours of labour. Cost of labour is stored in tblcode.ivalue where tblcode.strcode="labour".<br>
<br>
How do I get my labour cost into the report so I can calculate the total bill?
<br>
I have a report bound to a lovely query I wrote that lists date, registration plate, total cost of parts and number of hours of labour.<br>
<br>
What I actually want is date, registration plate, total cost of service.<br>
<br>
Service cost = total cost of parts + hours of labour * cost of labour.<br>
<br>
The query brings in total cost of parts and hours of labour. Cost of labour is stored in tblcode.ivalue where tblcode.strcode="labour".<br>
<br>
How do I get my labour cost into the report so I can calculate the total bill?