K
Kirk P.
Using this formula to subtract 5 hours from a date/time value in tblTIMEZONE.
DateAdd("m",-5,[tblTIMEZONE]![DST_Begin])
I'm getting a compile error. The DST_Begin value is stored as a date/time
value. What am I doing wrong?
DateAdd("m",-5,[tblTIMEZONE]![DST_Begin])
I'm getting a compile error. The DST_Begin value is stored as a date/time
value. What am I doing wrong?