In my table, I have a column named "category". The data imported into this column, was previously entered as abbreviations, ie. acces, impor,dom,ect. I would like to create a query to convert the data in this coulmn, to the actual full name, ie. Accessories, Imports, Domestic, ect. I've created a new table, with the abbreviation in one column, and it's corresponding full description in a second column. How do I setup a query to use the information in this second table? I realize that simple find and replace would do what I want, but new data is added to the table daily, and a query seems like the best way.