Sep 22, 2003 #1 SusanW MIS Jan 9, 2002 17 US I want to create a text box in a report that takes the current time() and adds 5 hours. How do I do this ?
I want to create a text box in a report that takes the current time() and adds 5 hours. How do I do this ?
Sep 22, 2003 Thread starter #2 SusanW MIS Jan 9, 2002 17 US =DateAdd("h",5,Time()) Upvote 0 Downvote