J
Jim Jones
Hi,
Basically, I've been creating this database for an auto service
person.
I'm working on the billing section. I have service details ready,
which records qty, price, extension, service performed and labor cost
to a table.
I'm at a loss, trying to figure out how to continue.
This is what I want to do:
There may be as many as 15 line items in service details.
Half may be on parts ordered for the job, and hafl may be for the
actual labor (let's say installing that part). ok.
So, I need to:
Add the cost of all the labor actions to the cost of all the parts.
Then, add 1% to that sum, for misc.
Finally, add 5% tax to the whole thing.
BUT ! To be able to not charge the customer that 1% misc, at the
mechanic's discretion.
I want to do this all via a query well call qryBilling.
But do I put the calculations in the query grids heading rows?
Is there a better way? Should I do all the calculations int he report
design?
Please help what way would be best .
Thanks,
Jim
Basically, I've been creating this database for an auto service
person.
I'm working on the billing section. I have service details ready,
which records qty, price, extension, service performed and labor cost
to a table.
I'm at a loss, trying to figure out how to continue.
This is what I want to do:
There may be as many as 15 line items in service details.
Half may be on parts ordered for the job, and hafl may be for the
actual labor (let's say installing that part). ok.
So, I need to:
Add the cost of all the labor actions to the cost of all the parts.
Then, add 1% to that sum, for misc.
Finally, add 5% tax to the whole thing.
BUT ! To be able to not charge the customer that 1% misc, at the
mechanic's discretion.
I want to do this all via a query well call qryBilling.
But do I put the calculations in the query grids heading rows?
Is there a better way? Should I do all the calculations int he report
design?
Please help what way would be best .
Thanks,
Jim