Overflow
Computer
- Aug 1, 2000
- 1
I have a table, which contains several fields, which can have a value of 1,2,3 or 4. I have created another table which has the entries. <br><br>1 Large<br>2 Medium<br>3 Small<br>4 None<br><br>I would like to construct a query which searches the first table, but instead of outputing 1,2,3 or 4, Large, Medium, Small are outputted.. how can I do this?<br>