Here's one for you IFF Then gurus. I have a form that the user fills out which time/date stamps the form using the computers date/time setting. The information needs to be reported in Zulu time. Thus, I have set the [Time] field to calculate with Time()+#05:00:00# to give me Zulu time. However, when the calculation goes past midnight, I need the date to roll to the next day. I've tried this formula in the [Date] field but it doesn't seem to work:
IFF([Time]>#23:59:59#, [Date], [Date]+1)
All this seems to do is change all my dates to the next day, not just the one for the specific record. Suggestions?
Thanks!
Jeffrey
IFF([Time]>#23:59:59#, [Date], [Date]+1)
All this seems to do is change all my dates to the next day, not just the one for the specific record. Suggestions?
Thanks!
Jeffrey