T
Tom Ventouris
I am using If to set the value of a field:
If (Mid([ID Number], 7, 4)) > 5000 Then
Me![Field]= "X"
End if
I need to add 4 arguments but cannot figure out the "Select Case" equivalent.
Any help will be appreciated.
If (Mid([ID Number], 7, 4)) > 5000 Then
Me![Field]= "X"
End if
I need to add 4 arguments but cannot figure out the "Select Case" equivalent.
Any help will be appreciated.