E
Ed
Background: I have a db at work where the operators of a machine enter the
Date as one of the fields. Problem somepeople can't remember the correct
date, so when I run a report for that date I get garbage.
Here is my problem: I want to have the date auto populate, which is no
problem; but this db is for 2nd shift, so if the operator enters data after
midnight, the numbers for that assembly run will go on the next day's report.
I thought about having the Date field populate with something like =Now
-Hour(3) so the time would be always be 3 hours earlier, but that doesn't
seem to work.
Is this making sense?
Any suggestions are appreciated.
Date as one of the fields. Problem somepeople can't remember the correct
date, so when I run a report for that date I get garbage.
Here is my problem: I want to have the date auto populate, which is no
problem; but this db is for 2nd shift, so if the operator enters data after
midnight, the numbers for that assembly run will go on the next day's report.
I thought about having the Date field populate with something like =Now
-Hour(3) so the time would be always be 3 hours earlier, but that doesn't
seem to work.
Is this making sense?
Any suggestions are appreciated.