How to update Ft End Queries when changing Bk End Table Name?

M

MyEmailList

I changed the name of a table on the Back End of the data base.

I thought I could just repoint the queries in the Front End to the new
table name by changing the query properties.

Nope. Didn't work.

How can I get the Front End to keep up with changes I make on the
backend like changing a table name?

thanks for any help.
 
R

Rick Brandt

I changed the name of a table on the Back End of the data base.

I thought I could just repoint the queries in the Front End to the new
table name by changing the query properties.

Nope. Didn't work.

How can I get the Front End to keep up with changes I make on the
backend like changing a table name?

thanks for any help.

Your front end queries use the name of your link, not the name of the actual
table. Did you rename the link?
 
Top