I have a date field on a form. which is in format yyyy so displays 2002. I want another field (txtNextYear) to say 2003 and tried this by using the following code:
DateAdd("yyyy",1,"txtCurrentDateOriginal"
(txtCurrentDateOriginal having the value of 2002)
This doesn't work, I get #Error, can anyone help?
Cheers
Muzzy
DateAdd("yyyy",1,"txtCurrentDateOriginal"
(txtCurrentDateOriginal having the value of 2002)
This doesn't work, I get #Error, can anyone help?
Cheers
Muzzy