I am trying to determine if a certain row within a column contains a character more than once, if it does bypass it and only pull the row that contains only one character.
EX.
this would be pulled
KRW#TIL
this would not be pulled
TR#SYELYY#RRL
I would like to usin this in an SQL string so that I can create a query in Access so that I only pull out data that say contains only one #. I have created quesries similair to this in the past using instr() but I do not know how to have the program look for another occurance. Any help would be greatly appreciated.
EX.
this would be pulled
KRW#TIL
this would not be pulled
TR#SYELYY#RRL
I would like to usin this in an SQL string so that I can create a query in Access so that I only pull out data that say contains only one #. I have created quesries similair to this in the past using instr() but I do not know how to have the program look for another occurance. Any help would be greatly appreciated.