Adding one year on to date field (1 Viewer)

tb5038

Registered User.
Local time
Yesterday, 22:42
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!
 

Galaxiom

Super Moderator
Staff member
Local time
Today, 15:42
Joined
Jan 20, 2009
Messages
12,866
Check out the DateAdd() function.
 

tb5038

Registered User.
Local time
Yesterday, 22:42
Joined
Jan 6, 2014
Messages
32
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
 

Galaxiom

Super Moderator
Staff member
Local time
Today, 15:42
Joined
Jan 20, 2009
Messages
12,866
Should work. What result did you get?
 

Users who are viewing this thread

Top Bottom