G
Guest
I am trying to wildcard on an account number in our database. The elements
in the account number are separated by a period (i.e. 4286.1WT.VS2). I want
to find all of the values with the VS2 ending but when I do a wildcard Like
"*VS2" I don't get any data. I have tried several different wildcard
characters and can't seem to get it to work. If I wildcard on Like
"4286*VS2" I don't get any data either. It seems like the periods separating
the elements are causing problems. Any suggestions?
in the account number are separated by a period (i.e. 4286.1WT.VS2). I want
to find all of the values with the VS2 ending but when I do a wildcard Like
"*VS2" I don't get any data. I have tried several different wildcard
characters and can't seem to get it to work. If I wildcard on Like
"4286*VS2" I don't get any data either. It seems like the periods separating
the elements are causing problems. Any suggestions?