Z
Zoe
I am designing a form that will have 3 text boxes for dates.
The first text box (named cdate) will be filled in by the user in response
to a question like "What is the date of conversion?"
The two additional text boxes should be filled in automatically based on the
entry in cdate.
Text box edate should display the day before cdate.
Example: If cdate = 09/16/08 then edate should = 09/15/08
Text box bdate should display the date that is 2 years prior to cdate.
Example: If cdate = 09/16/08 then bdate should = 09/16/06
I woulld like the user to be able to modify both bdate and edate but bdate
cannot be more than 2 years before cdate.
Can this be accomplished?
Thanks in advance,
Zoe
The first text box (named cdate) will be filled in by the user in response
to a question like "What is the date of conversion?"
The two additional text boxes should be filled in automatically based on the
entry in cdate.
Text box edate should display the day before cdate.
Example: If cdate = 09/16/08 then edate should = 09/15/08
Text box bdate should display the date that is 2 years prior to cdate.
Example: If cdate = 09/16/08 then bdate should = 09/16/06
I woulld like the user to be able to modify both bdate and edate but bdate
cannot be more than 2 years before cdate.
Can this be accomplished?
Thanks in advance,
Zoe