Results 1 to 4 of 4

Thread: Access 2000 to access 97

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2000
    Posts
    20
    How can i tranfer some data from a access 2000 db to a access 97 db?

  2. #2
    Addicted Member pardede's Avatar
    Join Date
    Jan 2000
    Posts
    232
    you could create an action query in the access2000 to put data in the access97 with an sql like

    "insert into 97tablename in db97name
    select * from 00tablename"

    off course you can use a query instead of a table in the access2000

  3. #3
    Frenzied Member
    Join Date
    Aug 1999
    Location
    Santa Clara, Ca , 95058
    Posts
    1,105
    Would need to link the table first...

  4. #4
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844
    Or use two ADO connections, get a recordset from your A2K db, and execute INSERT SQL statements via your A97 connection....

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