Update Tables in Queries

J

John Conklin

Hello all,

I had to change the name of an existing table from TBL - Header to tblHeader
due to some problems with running certain code elements in my database, and
also because it makes more sense not to have spaces in table names.

My question is then is there any automated way to change the tables I have
queries built on using the first table name with the new table name? This
database has a lot of queries, and I am trying to find a faster way of
change the table.

Thanks
~John
 
J

John Conklin

Thank you very much Doug...I will give one of them a try.

I appreciate your quick response.

~John
 
Top