Adding a Month

bgcogen

Registered User.
Local time
Today, 00:08
Joined
Apr 19, 2002
Messages
61
Hi!

Basically I need to know the VB code behind a form that adds one month to a certain date. So the user types in a date into a date field, and then in the code behind the Form I want it to add one month to that date and save it in the table.

Does anyone know how this can be done????

Thanks,
D
 
DateAdd("m",1,[EndDate])

This takes the date in the field EndDate and adds one month.
 
Please don't post the same question under more than one topic
 

Users who are viewing this thread

Back
Top Bottom