A family of Microsoft relational database management systems designed for ease of use.
Is it possible in a query to drop the first character in a string, based on its value...
You should be able to extract the numbers with something like,
SELECT IIF(ASC(LEFT([custno],1))>64,MID([custno],2,99),[custno]) FROM tblCustomers