T
tonyrulesyall
I am using Access XP for my database.
I have a textbox on a report, txtdate1.
This has the value of "=Mar 08"
I would like the next textbox to be the value of txtdate1 plus one
month.
I was working with:
=DateAdd("mmm",1,'[txtdate1]')
but I get #error
What should I be doing differently?
I have a textbox on a report, txtdate1.
This has the value of "=Mar 08"
I would like the next textbox to be the value of txtdate1 plus one
month.
I was working with:
=DateAdd("mmm",1,'[txtdate1]')
but I get #error
What should I be doing differently?