How do I Calulate Cost based on another field?

E

Expression

I want to calculate the shop fee if there is data in the labor hours, how do
I do this?
 
J

John Vinson

Expression said:
I want to calculate the shop fee if there is data in the labor hours, how do
I do this?

Guessing here - since I have no idea how your tables are structured or how
the shop hours can be converted to dollars - you can create a Query based on
the table. In a vacant Field cell type

ShopFee: [Labor Hours] * 12.50

if the fee is $12.50 per hour. If the fee varies depending on the type of
job you'll need a fee table, and a more complex expression.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top