Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Replacing one table by another one automatically

Status
Not open for further replies.

nqueen

MIS
Sep 21, 2005
46
CA
Hi,

In my database, I have many queries and tables dependent to one specific table. The problem I have is that that specific table needs to be changed. Is there a way to automatically replace that table in all queries by another one without having to go through all queries to change it manually?
 
You may try something like this:
Create your new table
Rename the old table
Create a query named like the old table but selecting all from the new table

BTW, can't you simply apply the changes to the actual table ?

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top