Data Transfer from one Access database to another

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rajaaryan44
    New Member
    • Mar 2007
    • 11

    Data Transfer from one Access database to another

    how can we transfer data from one access database to another databse . the table name is same for both the database . in one table some records are there (rs say e.g.) now another table has say rs+10 records . now i have to pass there 10 values to another table with same name . can anyone help me with this . can anyone tell me how to transfer records using codes . please
  • Dököll
    Recognized Expert Top Contributor
    • Nov 2006
    • 2379

    #2
    I posted a reply on this fo you, it's probable you hadn't yet seen it. You can use the Update command to achieve this. I will search for a tutorial for you in A moment, must disappear for a bit...

    Good luck!

    Dököll

    Comment

    • Dököll
      Recognized Expert Top Contributor
      • Nov 2006
      • 2379

      #3
      I should perhaps mention, you will need to use inner join in your update statement to allow both database to interact. This is just in case you wish to give it a whirl before I post the tutorial. I cannot find one that is easy to understand. I will post a code, if I have no other options.

      You may consider adding a post to the acces forum as well, just in case...

      Comment

      • rajaaryan44
        New Member
        • Mar 2007
        • 11

        #4
        Originally posted by Dököll
        I should perhaps mention, you will need to use inner join in your update statement to allow both database to interact. This is just in case you wish to give it a whirl before I post the tutorial. I cannot find one that is easy to understand. I will post a code, if I have no other options.

        You may consider adding a post to the acces forum as well, just in case...
        i m not using sql statement i m using dao . i m not able to get the required fields in my table . please help me with that. i m able to get the table from other database with same name but the no data.

        Comment

        • Dököll
          Recognized Expert Top Contributor
          • Nov 2006
          • 2379

          #5
          You got me, partner...I am not skilled at DAO. Since you have something working already, post it. You'll be surprised the type of help you can gather if one can take a closer look.

          You may also consider searching a little deeper here. It's probable something is already posted. I wish you luck in this project.

          In a bit!

          Dököll

          Comment

          • P CHAKRABORTTY
            New Member
            • Apr 2007
            • 1

            #6
            Originally posted by rajaaryan44
            how can we transfer data from one access database to another databse . the table name is same for both the database . in one table some records are there (rs say e.g.) now another table has say rs+10 records . now i have to pass there 10 values to another table with same name . can anyone help me with this . can anyone tell me how to transfer records using codes . please

            DATA TRANSFER METHOD

            Comment

            Working...