Pat,
Thats a slick fix, it works great! In case anyone else needs to do this here is the actual syntax you need to use for your SQL statement:
SELECT Table1.firstfield,=Choose([numberfield],"One","Two","Three","Four") AS Whatever,
FROM Table1;
What this does is convert an integer number in...