Hi guys,
I'm fairly new to access but thought what I was trying to do was fairly simple. I could really do with some help.
I'm trying to calculate and display a date 6 months in the future from "DateOne". DateOne is a manually entered field which is stored in a table.
FutureDate is an unbound text box in a form. Can anyone tell me help me with this? I've tried using the DateAdd function by giving the FutureDate Control Source a value of:
DateAdd("m",6,[DateOne]) this just gives me a #NAME? value when viewing the form.
=DateAdd("m",6,[DateOne]) which just returns the error "There was an error compiling this function" whilst still in design mode
Can anyone tell me where I'm going wrong?
Cheers,
Murph
I'm fairly new to access but thought what I was trying to do was fairly simple. I could really do with some help.
I'm trying to calculate and display a date 6 months in the future from "DateOne". DateOne is a manually entered field which is stored in a table.
FutureDate is an unbound text box in a form. Can anyone tell me help me with this? I've tried using the DateAdd function by giving the FutureDate Control Source a value of:
DateAdd("m",6,[DateOne]) this just gives me a #NAME? value when viewing the form.
=DateAdd("m",6,[DateOne]) which just returns the error "There was an error compiling this function" whilst still in design mode
Can anyone tell me where I'm going wrong?
Cheers,
Murph