I have a feeling this either can't be done or it's so simple that I can't readily see the solution...
From time to time, I have a need to rename table(s) in my databases. This causes some issues with queries where these tables are used, since the query no longer sees the original table once it has been renamed.
What I'd LIKE to do is to be able to do a global update of all queries and update/change the table names this way..
What I've BEEN doing is making a copy of the table whose name I am changing, opening the queries (one by one), showing the "new"/renamed table, updating the affected fields and then deleting the "old"/original table...
Needless to say, this is quite tedious and not at all efficient...
Any ideas on a more systemic and quicker way to make these updates? I think what I'm looking for is an Excel-like capability where when you change a sheet tab name, any formula within the workbook automatically updates to the new name...
As always, any constructive advice is greatly appreciated.
Thanks!
Ron
From time to time, I have a need to rename table(s) in my databases. This causes some issues with queries where these tables are used, since the query no longer sees the original table once it has been renamed.
What I'd LIKE to do is to be able to do a global update of all queries and update/change the table names this way..
What I've BEEN doing is making a copy of the table whose name I am changing, opening the queries (one by one), showing the "new"/renamed table, updating the affected fields and then deleting the "old"/original table...
Needless to say, this is quite tedious and not at all efficient...
Any ideas on a more systemic and quicker way to make these updates? I think what I'm looking for is an Excel-like capability where when you change a sheet tab name, any formula within the workbook automatically updates to the new name...
As always, any constructive advice is greatly appreciated.
Thanks!
Ron