Results 1 to 2 of 2
  1. #1
    Conan Kelly Guest

    Problems with Import Spreadsheet Wizard

    Hello All,

    Every time I go to import data, the Import Wizard doesn't appear to be
    functioning correctly. When I get to the "You can specify info about
    each of the fields..." step, the Field Options section shows info
    about the first field. But when I click on other fields to change
    them, the info shown in the Field Options section doesn't update to
    reflect the current field. This isn't a huge problem. The data will
    still import. But if I want to make changes, I have to go into the


    table afterward and make them there.

    Has anyone seen this before? Do you know how to fix it?

    Thanks for any help anyone can provide,

    Conan Kelly

  2. #2
    Join Date
    Nov 2005
    Posts
    1

    fix and workaround

    I had this today too - found this fix on MS website (for Access 2003):

    http://support.microsoft.com/?scid=k...509&sid=global

    and this old workaround still works if it's a text/number problem: (this is what i used as our network administrators may take years to consider the MS fix):

    Create a macro in Microsoft Excel that contains the following procedure:Sub Addspace()

    Dim cell As Object

    For Each cell In Selection
    cell.Value = " " & cell.Value
    cell.Value = Right(cell.Value, Len(cell.Value) - 1)
    Next

    End Sub


    4. Highlight the cells in the spreadsheet that contain the mixed data.
    5. Run the macro, and then save the spreadsheet.

    these should now link as text fields properly.

    That is from:

    http://www.computing.net/office/wwwb...469.html<br />

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Import Wizard Not Working
    By cjh2001 in forum Import/Export Data
    Replies: 1
    Last Post: 01-24-2008, 06:33 PM
  2. importing excel spreadsheet issues
    By majortool in forum Import/Export Data
    Replies: 1
    Last Post: 01-24-2008, 06:29 PM
  3. import an excell spreadsheet in an access database
    By lmichaud in forum Import/Export Data
    Replies: 0
    Last Post: 11-03-2006, 08:29 AM
  4. Type error when importing Excel spreadsheet
    By jlmnjem in forum Database Design
    Replies: 2
    Last Post: 08-27-2006, 07:26 PM
  5. File path name using Transfer spreadsheet
    By JohnN in forum Import/Export Data
    Replies: 0
    Last Post: 11-14-2005, 06:57 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums