MemberList.Source = "SELECT * FROM MemberList WHERE " + ISNUMERIC(LEFT(CompanyName, 1)) = TRUE + " ORDER BY CompanyName ASC"
ok what i am trying to do is when someone makes a selection from a list a-z and with a #, i want it to return all of the companies that start with a letter or a number. i have the other 2 instances taken care of, but i cant for the life of me figure this out. if anyone has any insight into this, i would be much appreciated.
ok what i am trying to do is when someone makes a selection from a list a-z and with a #, i want it to return all of the companies that start with a letter or a number. i have the other 2 instances taken care of, but i cant for the life of me figure this out. if anyone has any insight into this, i would be much appreciated.