Hello all,
I am creating a work schedule and I want to be able to subtract 30 or 45 minutes from the start time of the job so that my report will basically say "please show up at work at: 8:45" for a 9:00 job. I have this code on my report right now that works for all start times except for a Noon start time
Code:
=DateAdd("n",-[addtostarttime],[start time])
Somewhere in the back of my brain I recall reading something a long time ago about dealing with noon and midnight. I just can't figure it out though.
Thanks in advance!!