Split database table name change

T

Tony Williams

I have a split database with front end and a backend files. I have changed
the name of one of the tables from say TableA to TableB using a Find and
Replace Add In by Rick Fisher. I have used the same Find and Replace to
change the name in the front end. However the front end is still trying to
find the table with its original name I get an error message that says the
Microsoft Jet Engine can't find the table.
How can I overcome this?
Thanks
Tony
 
D

Douglas J. Steele

It may be that Find and Replace didn't update the table's Connect property.

See whether deleting the linked table in the front-end and relinking it
solved the problem.
 
T

Tony Williams

Thanks Douglas that worked just fine!
Tony
Douglas J. Steele said:
It may be that Find and Replace didn't update the table's Connect
property.

See whether deleting the linked table in the front-end and relinking it
solved the problem.
 

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

Top