Results 1 to 3 of 3

Thread: Moving data between databases

  1. #1

    Thread Starter
    Addicted Member icemanmt78's Avatar
    Join Date
    May 2000
    Posts
    142

    Red face

    I want to move data between two identically structured databases. One is populated and one is empty. I wish to move/copy the data from the populated database into the empty one.

    I want to be able to use DAO techniques.

    At the moment i have been working on achieving this through linked tables.

    Any ideas would be appreciated.

    M

  2. #2
    Lively Member
    Join Date
    Dec 1999
    Location
    Karlsruhe, Germany
    Posts
    122
    Hi,

    Code:
    ohjDB.Execute "INSERT INTO Table2 SELECT * FROM Table1"
    Roger

  3. #3

    Thread Starter
    Addicted Member icemanmt78's Avatar
    Join Date
    May 2000
    Posts
    142

    Smile Thanks

    Cheers

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