M
mls via AccessMonster.com
I want to disable FINAL (check box field) if certain products are selected in
my PRODUCT text box.
Ex:
Me.Product in(‘one ‘,’two’,’three’ ) then
Me.final.enabled =false
Else Me.Final.enabled = true
So my question is: what form event is best to include this condition?
my PRODUCT text box.
Ex:
Me.Product in(‘one ‘,’two’,’three’ ) then
Me.final.enabled =false
Else Me.Final.enabled = true
So my question is: what form event is best to include this condition?