K
Kevo
I am fairly new to Access and cannot use VBA.
I normally use Access to work with quantities only, but I am now trying to
calculate time differences and have become stuck.
I am trying to work out the "actual" time it takes to complete an order.
Using the expression
ateDiff("n",[Available date],[Despatch date])/60
But this doesn't take in to consideration our Working days (Monday to
Friday) or working times (06:00 to 20:00).
Say [Available date] = 02/04/2008 07:40:14
and [Despatch date] = 03/04/2008 09:15:21
I get the answer as 25.6 hours. But the "actual" time is only 15.6 hours.
Some orders can take 5 or 6 days to complete.
I need to calculate the total hours actually worked to complete the order
Can anybody please help?
Best Regards,
Kevo
I normally use Access to work with quantities only, but I am now trying to
calculate time differences and have become stuck.
I am trying to work out the "actual" time it takes to complete an order.
Using the expression
ateDiff("n",[Available date],[Despatch date])/60
But this doesn't take in to consideration our Working days (Monday to
Friday) or working times (06:00 to 20:00).
Say [Available date] = 02/04/2008 07:40:14
and [Despatch date] = 03/04/2008 09:15:21
I get the answer as 25.6 hours. But the "actual" time is only 15.6 hours.
Some orders can take 5 or 6 days to complete.
I need to calculate the total hours actually worked to complete the order
Can anybody please help?
Best Regards,
Kevo