S
SITCFanTN
I have a table that I need to query to pull out all account numbers that have
the characters 921 as the 11th, 12th and 13th character. The table has
90,000+ records a sampling of the format of the account numbers are:
123456789-921-1
234234234-921-4
765874345-921-1
938586747-921-1
354921988-921-1
If I use the criteria of Like "*921" it pulls records where 921 appears
in the first 9 characters as well; I just want to select the records with 921
between the dashes...any idea how I would write the criteria for this?
Thanks for your help.
the characters 921 as the 11th, 12th and 13th character. The table has
90,000+ records a sampling of the format of the account numbers are:
123456789-921-1
234234234-921-4
765874345-921-1
938586747-921-1
354921988-921-1
If I use the criteria of Like "*921" it pulls records where 921 appears
in the first 9 characters as well; I just want to select the records with 921
between the dashes...any idea how I would write the criteria for this?
Thanks for your help.