Time/Billing Calculation

  • Thread starter Kirsty via AccessMonster.com
  • Start date
K

Kirsty via AccessMonster.com

Hoping someone can help.
I have three table 1) award table containing award hourly rates 2) employee
table containing employee details with their current award 3) billing table
detailing each job undertaken by each employee and start and finish times
(in hh:mm).

I need to create a query which calculates the cost of each job in the
Billing Table.

I am new to Access (2002) and can't for the life of me work it out!

I am grateful to anyone that can help.
 
D

Duane Hookom

Have you tried creating a totals query that groups by job and sums the
hourly rate * DateDiff("n",StartTime, FinishTime) /60?
 

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