Z zoro Guest Mar 30, 2006 #1 I would like to get the next date of current date in MS Access. Access has any macro to support this or we have to compute?
I would like to get the next date of current date in MS Access. Access has any macro to support this or we have to compute?
M MStef Registered User. Local time Today, 05:40 Joined Oct 28, 2004 Messages 2,250 Mar 30, 2006 #2 Try with DateAdd function.
R razaqad Raza Local time Today, 09:40 Joined Mar 12, 2006 Messages 83 Mar 30, 2006 #3 NextDate = DateAdd("d", 1, Date)