C
CalBerkleyTekkie
Hopefully this will be easy for some people.
I'm trying to write an If statement in VBA for access, however I think
I am formatting it wrong. What I am logically trying to do is this: If
the first 6 numbers in this given field does not equal 000001 or
000002, then carry out the rest of the function. Currently I have it
formatted like this:
If IdentificationNumber <> 000001 Or IdentificationNumber <> 000002
Then
Any suggestions? Thanks!
-Jimmy
I'm trying to write an If statement in VBA for access, however I think
I am formatting it wrong. What I am logically trying to do is this: If
the first 6 numbers in this given field does not equal 000001 or
000002, then carry out the rest of the function. Currently I have it
formatted like this:
If IdentificationNumber <> 000001 Or IdentificationNumber <> 000002
Then
Any suggestions? Thanks!
-Jimmy