Aug 3, 2001 #1 fergmj Programmer Feb 21, 2001 276 US Can someone tell me how to add ten minutes to the current time? Thanks
Aug 3, 2001 #2 madlarry Programmer Dec 6, 2000 117 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