G
Guest
Currently I have a form with the following feilds; [purchase date] [warranty length] & [warranty expiration]
what i want to do is calculate the warranty expiration date using the purchase date and the warranty length.
SO
I set the default value of the warranty expiration field to:
=DateAdd("yyyy",[Warranty length],[Purchae Date])
and added a macro to warranty length, so that on change it will requery warranty expiration.
Currently, I get no result the field remains blank.
Suggestions???
what i want to do is calculate the warranty expiration date using the purchase date and the warranty length.
SO
I set the default value of the warranty expiration field to:
=DateAdd("yyyy",[Warranty length],[Purchae Date])
and added a macro to warranty length, so that on change it will requery warranty expiration.
Currently, I get no result the field remains blank.
Suggestions???