I want to run an event if the column value for a combo is 27 or 39 or 40 etc.
I've tried the following but it doesn't work. Could someone point me in the right direction?
If Me.cmbAppCriteria1.Column(0) = "27" Or "39" Or "40" Or "48" Then
I've tried the following but it doesn't work. Could someone point me in the right direction?
If Me.cmbAppCriteria1.Column(0) = "27" Or "39" Or "40" Or "48" Then