Zeroanarchy
Technical User
Hey just a little stuck,
Can anyone help with this:
I am unable to get this to work due to Access not reconising the first If, I keep getting "ElseIf without If" Error.
Cheers
ZeroAnarchy
Experience is a wonderful thing. It enables you to recognize a mistake
when you make it again.
Can anyone help with this:
Code:
If pcktype Like "*Ambulance*" Then XV = "Ambulance"
ElseIf pcktype Like "*Car*" Then XV = "Car"
ElseIf ......
I am unable to get this to work due to Access not reconising the first If, I keep getting "ElseIf without If" Error.
Cheers
ZeroAnarchy
Experience is a wonderful thing. It enables you to recognize a mistake
when you make it again.