How do you search for the first occurance of a number? I have very inconsistent data. However, it always begins with alphanumerics. I tried using something like
InStr([# 1 Alphanumeric Address]![ADDRESS1], Like "*[0-9]*" but I can't seem to get my syntax correct. Any suggestions?
InStr([# 1 Alphanumeric Address]![ADDRESS1], Like "*[0-9]*" but I can't seem to get my syntax correct. Any suggestions?