G
Guest
I am trying to create a field that will automatically calculate the date 6
months in advance of another date. I have used two methods and neither seem
to be working forme.
=DateSerial(year([StartDate]), month([StartDate])+6, day([StartDate]))
=DateAdd([m],6,[StartDate])
Both give me the error message Invalid Syntax and the Field on my form
shows: #NAME?
Can anyone help me with this?
My start date is referring to an enrollment date.
months in advance of another date. I have used two methods and neither seem
to be working forme.
=DateSerial(year([StartDate]), month([StartDate])+6, day([StartDate]))
=DateAdd([m],6,[StartDate])
Both give me the error message Invalid Syntax and the Field on my form
shows: #NAME?
Can anyone help me with this?
My start date is referring to an enrollment date.