Does Access SERIOUSLY not support an order by clause that uses a column alias name?????
Access is asking me to enter a parameter value for [Job Number] ?????????? This is basic SQL 101 stuff here, What the ever-loving Christ is wrong with Access?Code:SELECT Job, SortableJobNumber(Job) AS [Job Number] FROM Jobs ORDER BY [Job Number];