Adding one year on to date field

tb5038

Registered User.
Local time
Today, 06:01
Joined
Jan 6, 2014
Messages
32
Hi this should be simple!

I want to add one year onto a date, I could do this in a query or just add it on on a textbox in the form?

Field Name is IncidentDate from table tbl_incidents

I know its so simple, new to this!
 
Check out the DateAdd() function.
 
Check out the DateAdd() function.

Thanks for the reply... I knew about the DateAdd Function I just dont know how to use it. This is my efford in a query...


Expiry: DateAdd("yyyy",1,[IncidentDate])

thanks
 
Should work. What result did you get?
 

Users who are viewing this thread

Back
Top Bottom