How to change backend field name & update queries, forms, etc ?

M

MyEmailList

I need to change the field names in a table in a split database.

How can I do this and have the queries & forms in the Front End pickup
the new field name?

or must I redo all the forms & queries in the Front End?

thanks for any help.

Mel
 
A

Arvin Meyer [MVP]

If you open Tools >>> Options >>> General tab, there is Name AutoCorrect.
Generally it only works partially, and causes all kinds of problems if you
don't forget to turn it back off after finishing. One tool that always works
and I find indespensible as a developer is Speed Ferret:

http://www.speedferret.com/

a bit less expensive is Find & Replace but I'm not sure if it works with
Access 2003:

http://www.rickworld.com/products.html

Be sure to turn off Name AutoCorrect when you are done.
 
J

Jeff Boyce

In addition to the other suggestions you've already received, you need to
remember that you have to work in the back-end to make field/table name
changes, then work in the front-end to update the references to those
changed names (using the tools the other responders have suggested).

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
J

John W. Vinson

I need to change the field names in a table in a split database.

How can I do this and have the queries & forms in the Front End pickup
the new field name?

or must I redo all the forms & queries in the Front End?

thanks for any help.

Mel

I'd add yet one more caveat to the suggestions you've gotten:

Make the field changes in the backend.

Then open the frontend, DELETE the links to the changed tables, and use
File... Get External Data... Link to create a fresh link to the changed table.

The frontend can cache information about the table, and I've seen wierd things
happen when a backend table is changed. Even using the Linked Table Manager
doesn't necessarily correct the problems; deleting the table link and
relinking is cheap insurance.

John W. Vinson [MVP]
 
A

aaron.kempf

I'd reccomend not using MDB-- because of the unnecessary complexity of
splitting and linking, refreshing.

Keep your data in an Access Data Project; and your life will be a lot
simpler
 

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