Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6662317
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T02:22:36+00:00 2026-05-26T02:22:36+00:00

I have an Access 2003 database using MS-JET linked tables (that is, there are

  • 0

I have an Access 2003 database using MS-JET linked tables (that is, there are two *.mdb files). The overall task is to move to SQL server. However the existing databases have multiple fields with spaces and other characters that upset both of the Access migration wizards. So the intermediate task is to make a version of the existing mdb’s with updated field names.

“Simply” changing field names in the UI mdb file doesn’t work, because of the linked tables being read-only in that mdb. Updating the Data mdb file field names first doesn’t work because the UI mdb then throws a wobbly on startup and Access gives up.

I’m looking for suggestions, but options I can see are:

  • re-integrate the Data mdb back into the UI one, do the updates, then re-export the data. Seems very risky to me (system is live, don’t want to play with data any more than strictly necessary).

  • I’ve looked at several answers here relating to changing ODBC details with VBA code, which is interesting, and I can see how I might be able to programmatically edit the linked tables’ names. Is this going to work? Is there a better way?

  • Unlink all linked tables, then edit in UI mdb the remaining forms, reports, queries (but would that work??) and edit the Data mdb fields, and finally relink everything. Will it fall apart?? … seems likely.

Any suggestions?
Ruth

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T02:22:37+00:00Added an answer on May 26, 2026 at 2:22 am

    See what track name autocorrect offers. How Name AutoCorrect Works in Microsoft Access

    Make a copy of your UI MDB, delete the linked tables, then import them (as tables rather than links) from the Data MDB. Once you enable autocorrect, Access will attempt to propagate your field name changes wherever they are used (in forms for example). Unlikely it will catch 100% of the necessary changes, but it should resolve a big chunk of them. You would then need to manually track down and fix the rest.

    Once you have everything fixed, you could use that MDB version to “upsize” your tables to SQL Server. However, one huge complication is if the original database is “live” while you’re making changes to the new version. If you absolutely can’t take the database out of service in the interim, you could discard the data from the new tables, then use “append” queries which alias the old to new field names to pull in the latest data.

    INSERT INTO NewTable (emp_id, another_field)
    SELECT
        [emp ID],
        [another field]
    FROM OldTable IN 'C:\somefolder\Data.mdb';
    

    Finally, a warning about autocorrect: do not leave it enabled in the production version of your database because strange things can happen. The safest approach IMO is to turn it on, complete your object name changes, then turn it back off again.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an Access 2003 database MDB where all of the tables exist as
So I have an access mdb file that was originally create using Access 2003/Office
I have an MS Access 2003 database that I'm using to develop a basic
I have a Access 2003 database that will dynamically load MDB databases as a
I have an Access database (in Access 2003) with several tables, and data must
I am working with an Access 2003 database that has a subroutine using DAO
I am creating a database application using Access 2003 that will be run as
I have a project that will be using Access 2003 as the front-end and
I have an Access 2010 database that I want to split into two (front
I have an MS Access 2002-2003 database. I'd like to know if there's a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.