I have a lot of queries that extract data from a table. I had some problems with a query because the main table is named 'Computer Inventory'. I needed to rename the table to 'Inventory' to solve some problems, but dreaded doing it because of all the queries involved. What I did was to copy the 'Computer Inventory' table into the same database but Saved As 'Inventory'. Then I went into each query, added the newly copied 'Inventory' table, used the drop down box to change the current table name from 'Computer Inventory' to 'Inventory'. Then I removed the old table 'Computer Inventory' from the query and saved it. Of course I ran each query to make sure it still worked. Although this is nothing profound, just tedious, it kept me from having to think up the query criteria again. I hope this helps someone.