Forum Moderators: open
However, what do I do with fields that start with number and strange characters?
Some of my field entries have " + ' 0-9 and other characters. How can I search for those entries?
Select from Table where field like (+_-09 bla bla bla);
Oh yea, and I don't want to seperate them. I have it so you can click A B C D E F G ... Other
Other being everything else.
Can I do a select statement that finds everything but A-Z?