G
Guest
I'm using a form to input data into a several tables & in one of my tables
[Maint] I'm trying to automatically add three (3) years to the field
[Acquired] & have this new value input into a different field [Initial
Warranty Expiriation].
Yes, I need this value in the table because it will be used in several
computations & queries later on.
I've tried using Expresssion Builder to create
=DateAdd('yyyy',3,Maint!Acquired) with no result. I've even modified it to
DateAdd('yyyy',3,[Maint]![Acquired]) again with no result.
Can some please show me the errors of my way !?!?!
Thanx in advance.
John
[Maint] I'm trying to automatically add three (3) years to the field
[Acquired] & have this new value input into a different field [Initial
Warranty Expiriation].
Yes, I need this value in the table because it will be used in several
computations & queries later on.
I've tried using Expresssion Builder to create
=DateAdd('yyyy',3,Maint!Acquired) with no result. I've even modified it to
DateAdd('yyyy',3,[Maint]![Acquired]) again with no result.
Can some please show me the errors of my way !?!?!
Thanx in advance.
John