C
circuit slave
Can someone tell me if this is possible? I have three fields:
I want the field [Expires] to update automatically by one year, based
on the date of the date field [Date], but only if the second field's
value [CertCode] has a certain value. Let me explain:
I have certification dates which expire one year from date of
certification. But not all certification's have expirations. The field
[CertCode] has a drop down box with a value of 1 thru various numbers
up to 950. Codes 911 to 950 are non-expiring. So, I'd like to leave
the [Expires] field blank when these values are chosen.
The way I have it set up now is:
Properties "All" tab and Event Procedure , On Click
[Expires] = DateAdd("yyyy", 1, [Date])
But all this formula does when you click the field is auto inputs a
one-year expiration, regardless of what is selected in the CertCode
field.
Any suggestions?
thanks in advance
I want the field [Expires] to update automatically by one year, based
on the date of the date field [Date], but only if the second field's
value [CertCode] has a certain value. Let me explain:
I have certification dates which expire one year from date of
certification. But not all certification's have expirations. The field
[CertCode] has a drop down box with a value of 1 thru various numbers
up to 950. Codes 911 to 950 are non-expiring. So, I'd like to leave
the [Expires] field blank when these values are chosen.
The way I have it set up now is:
Properties "All" tab and Event Procedure , On Click
[Expires] = DateAdd("yyyy", 1, [Date])
But all this formula does when you click the field is auto inputs a
one-year expiration, regardless of what is selected in the CertCode
field.
Any suggestions?
thanks in advance