I'm trying to setup a simple if then statement that uses a wildcard:
If [SPECIES_CD_2] = "B" Then ** this statement works but
If [SPECIES_CD_2] LIKE "B*" Then ** this statement doesn't
I've tried substituting %, #, & for the asterisk but I keep getting an error (sub or function not defined)
Help!!!