G Guest Oct 1, 2005 #1 What is the syntax to subtract 3 hours for the following 12:00:00 AM Thanks Mike
G Graham R Seach Oct 1, 2005 #2 Mike, dteMyNewTime = Format(DateAdd("h", -3, dteMyTime), "hh:nn AMPM") Regards, Graham R Seach Microsoft Access MVP Sydney, Australia
Mike, dteMyNewTime = Format(DateAdd("h", -3, dteMyTime), "hh:nn AMPM") Regards, Graham R Seach Microsoft Access MVP Sydney, Australia