Nov 12, 2000 #1 EscapeUK Programmer Jul 7, 2000 438 GB I have a text box that displays the date and time, How to I add two hours on to the date. Sometimes I also need to add a day
I have a text box that displays the date and time, How to I add two hours on to the date. Sometimes I also need to add a day
Nov 12, 2000 #2 31415926 Technical User Apr 24, 2003 3 SE USe DateAdd function dim d as date d=DateAdd("h",2,date()) and that's all Sage Upvote 0 Downvote