I have a recordset that I would like to sort letters to appear first then numbers to appear last. Is it possible to sort like the following?
A
B
C
R
2
3
4
7
I have Table1 with FieldA and Table2 with FieldA. I would like to query Table1 for all records that DO NOT exist in FieldA of Table2. I have tried the following but it doesn't filter correctly. Any suggestions?? Thx!!
SELECT Table1.FieldA FROM Table1, Table2 WHERE Table1.FieldA <> Table2.Field
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.