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

  • Thread starter Thread starter MyEmailList
  • Start date Start date
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.
 
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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top