Aug 3, 2001 #1 fergmj Programmer Joined Feb 21, 2001 Messages 276 Location US Can someone tell me how to add ten minutes to the current time? Thanks
Aug 3, 2001 #2 madlarry Programmer Joined Dec 6, 2000 Messages 117 Location GB Hi, To add 10 minutes, check out the DateAdd function: strNewTime = DateAdd("n", 10, Now) Madlarry Upvote 0 Downvote
Hi, To add 10 minutes, check out the DateAdd function: strNewTime = DateAdd("n", 10, Now) Madlarry