A
Anthony Viscomi
I have the following:
If Me.Option <> "increase" Then
Me.Base_Price.Value = Me.Option.Column(1)
End If
I want to check to see that the value of Me.Option does not equal
"increase", "decrease" or a number of other possible values (8 to be exact).
How can I achieve this?
Thanks!
Anthony
If Me.Option <> "increase" Then
Me.Base_Price.Value = Me.Option.Column(1)
End If
I want to check to see that the value of Me.Option does not equal
"increase", "decrease" or a number of other possible values (8 to be exact).
How can I achieve this?
Thanks!
Anthony