B
bob
Hi Again
Here is the issue i did get the expression
IIf(DateAdd("n",[time in], [time out]) Between 0 And -45, 0,
DateAdd("n",[time in], [time out]))
This was from Allen Browne and it will work to a point if the valve is less
then 45 minutes it is showing 0 but if it is greater then 45 it is showing
all the mintues
I need to to start at 1 and go up from there
Time in 12:00:00
Time out 12:50:00
Delay time 45
Total Time 50 min this is what is showing I need It to be 5 Minutes
Thanks for the help
Bob
Here is the issue i did get the expression
IIf(DateAdd("n",[time in], [time out]) Between 0 And -45, 0,
DateAdd("n",[time in], [time out]))
This was from Allen Browne and it will work to a point if the valve is less
then 45 minutes it is showing 0 but if it is greater then 45 it is showing
all the mintues
I need to to start at 1 and go up from there
Time in 12:00:00
Time out 12:50:00
Delay time 45
Total Time 50 min this is what is showing I need It to be 5 Minutes
Thanks for the help
Bob