View Full Version : Time Calculation


vivian
04-26-2004, 12:47 PM
I need to Subtract the difference between a bunch of times that we use to calculate the amount of time that it takes to make a product.

[cut1end-cut1start]+[cut2end]-[cut2start] for example.

but there are a whole bunch of them to subtract. I would like the answer to come back to me in minutes.

is the DAteDiff("n",[field1],[field2]) the way to go?


Thanks for any suggestions.

pdx_man
04-26-2004, 03:16 PM
Yup. That is what I would do.