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 953067
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T23:59:33+00:00 2026-05-15T23:59:33+00:00

I inherited a huge, bulky MS Access database and am assigned to solve a

  • 0

I inherited a huge, bulky MS Access database and am assigned to solve a problem in it. The problem is as follow…

System A exports its data to a pipeline-delimited .txt file. The files has special characters working correctly, for example the value “Müller” shows when opening this file in notepad or Excel.

Next, the Access DB imports the .txt file and stores the result in an internal employees table. The last name field is of data type “memo”. The method to import data from the .txt file to MS Access is as follow:

Call DoCmd.TransferText(acImportDelim, _
                        "tblEmployees", _
                        "tblEmployees", _
                        me.txtImportFile, _
                        True)

After running this import and viewing the employees table I noticed that names with special characters are screwed up. “Müller” becomes “M├⌐ller” for example. I investigated some online help and found out that can include a “codepage” parameter in the TransferText call, so I set it to 65001 (which appearantly is the codepage for unicode):

Call DoCmd.TransferText(acImportDelim, _
                        "tblEmployees", _
                        "tblEmployees", _
                        me.txtImportFile, _
                        True, _
                        , _
                        65001)

Now that I have ran the import script again, I see no difference whatsoever, the special characters are still misformed. I’m running out of steam so I hope one of you has some advise on how to resolve this…

  • 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-15T23:59:34+00:00Added an answer on May 15, 2026 at 11:59 pm

    Both versions of your TransferText operation are using a SpecificationName named tblEmployees. What Code Page is specified in that Specification?

    Try importing the text file manually. Choose “Advanced” from the Import Text Wizard. Then select Unicode in the Code Page list box. You may need to test with different Code Page selections until you find which one imports your text correctly.

    Which ever Code Page selection works, save your choices as a specification and use it in your TransferText command, without supplying a separate CodePage parameter.

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

Sidebar

Related Questions

I inherited a MS Access database and at my new job. I don't know
I have inherited a Access database that has a query that SELECTs over 50
I have a thousands of data parsed from huge XML to be inserted into
I inherited a system that stores default values for some fields in some tables
I've inherited a sharepoint workflow, but it seems to have an intermittent problem and
I have a huge database that is meant to be indexed, into which I
The problem is, we have a huge number of records (more than a million)
So i have a database where there is a lot of data being inserted
I have inherited an existing code base where the features are as follows: huge
I'm working on an inherited system which has some design issues which OO Buzzwords

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.