J
Joe
How can I make a date calc based on the users input?
For example:
If the user enters 11/01/09 on the end EndDate the BeginDate would be
10/31/08. If the user enters 11/30/09 on the EndDate the BeginDate would be
11/01/09.
I currently have the following formula but its not working properly b/c of
the example provided above. It always captures 11/01/08.
=DateAdd("m",-12,[txtEndDate])
Any help would be good
For example:
If the user enters 11/01/09 on the end EndDate the BeginDate would be
10/31/08. If the user enters 11/30/09 on the EndDate the BeginDate would be
11/01/09.
I currently have the following formula but its not working properly b/c of
the example provided above. It always captures 11/01/08.
=DateAdd("m",-12,[txtEndDate])
Any help would be good