I have an access database that has a from with a textbox (text2) that contains a date in the format yyyy-mm-dd.
I need to add one month to this date and include it on a report. I have tried the following:
=DateAdd("m",1,[Forms]![Prep]![Text2])
This dons not work. When I look st Report View the date is #Name?
Any assistance is appreciated.
Ron--
I need to add one month to this date and include it on a report. I have tried the following:
=DateAdd("m",1,[Forms]![Prep]![Text2])
This dons not work. When I look st Report View the date is #Name?
Any assistance is appreciated.
Ron--