Results 1 to 4 of 4

Thread: Excel to Access

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 1999
    Posts
    80

    Post

    Hi,

    I am working on a project with VB 5 that has and existing "database" in the form of an Excel spreadsheet. Can anyone tell me how to transfer data stored in an Excel spreadsheet into an Access database?

    Thanks in advance.


  2. #2
    Member
    Join Date
    Apr 1999
    Location
    Kirkland, WA, USA
    Posts
    40

    Post

    VB5/6 source code showing how to convert Jet to Excel Excel to Jet at:
    http://www.smithvoice.com/vbda.htm

    No automation of either, it's all SQL. Also see the other demo souce code at that page because converting from Jet to any ISAM or vice versa (or Excel to Lotus to HTML, etc) is all done the same way)

    Hope it helps.

    -Smith

  3. #3
    Lively Member
    Join Date
    Jun 1999
    Location
    Raleigh, NC
    Posts
    70

    Post

    If you don't need to do this programmatically, you can simply open the Excel spreadsheet from Access using the Link Tables function and selecting Excel as the file type. You can then treat the spreadsheet exactly like another Access table.

    Bash

  4. #4
    Member
    Join Date
    Apr 1999
    Location
    Kirkland, WA, USA
    Posts
    40

    Post

    Good point

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width