D
Dazed And Confused
I have been banging around blindly in some Access 2003 VBA trying to
figure something out. To say I am in over my head would be an
understatement. Anyway, I hope someone can help.
Will this section of code work?:
If CatType = "ABC" or CatType = "LMN" or CatType = "XYZ" Then
CatAmt = 100
Else
CatAmt = 500
End If
Any constructive help is greatly appreciated.
Thanks!
figure something out. To say I am in over my head would be an
understatement. Anyway, I hope someone can help.
Will this section of code work?:
If CatType = "ABC" or CatType = "LMN" or CatType = "XYZ" Then
CatAmt = 100
Else
CatAmt = 500
End If
Any constructive help is greatly appreciated.
Thanks!