S
Syd
I have this query that grabs values from the next day and
pulls it back into the previous days shift's values.
However, I need it to drop one (1) minute from the total
values returned to be accurate, I have tried and tried
with no success. Can some who knows how it's done help?
Here is the sample: ReturnedTime After: DateDiff("n",
[LastJob],DateAdd("h",7,DateValue(((GetMonth()+1) & "/"
& "1/" & GetYear()))))
Thanks,..
pulls it back into the previous days shift's values.
However, I need it to drop one (1) minute from the total
values returned to be accurate, I have tried and tried
with no success. Can some who knows how it's done help?
Here is the sample: ReturnedTime After: DateDiff("n",
[LastJob],DateAdd("h",7,DateValue(((GetMonth()+1) & "/"
& "1/" & GetYear()))))
Thanks,..