It's the little simple things that drive a person to madness...
On a form, I have 3 text boxes: Date1, Days1, and ResultDate. I want to key a date into Date1; a number of days into Days1, and ResultDate will display will Date1+Days1 as a date.
I've tried:
DateAdd("d",[Days1],[Date1]) and I get Name? in ResultDate.
Date([Date1])+[Days1].
Why don't these work? Thanks for the help!!!
Mike
On a form, I have 3 text boxes: Date1, Days1, and ResultDate. I want to key a date into Date1; a number of days into Days1, and ResultDate will display will Date1+Days1 as a date.
I've tried:
DateAdd("d",[Days1],[Date1]) and I get Name? in ResultDate.
Date([Date1])+[Days1].
Why don't these work? Thanks for the help!!!
Mike