Results 1 to 4 of 4
  1. #1
    1967chris is offline Novice
    Windows 8 Access 2013
    Join Date
    Jun 2015
    Posts
    2

    exporting data to acess to access

    Hi guys im trying to transfer data from a data input form into 2 data bases at the same time on a button. Currently after filling the form it populates the same database but I would like to send the data that has been inputted over to another database as well . Someone told me to try" docmd.transfer database" but im fairly new to the coding side of things and I keep getting syntax errors .


    Any help is much appreciated

  2. #2
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    You could link a table from the second database. Another approach may be to use code and a connection string to do batch updates to the second database.

  3. #3
    1967chris is offline Novice
    Windows 8 Access 2013
    Join Date
    Jun 2015
    Posts
    2
    Quote Originally Posted by ItsMe View Post
    You could link a table from the second database. Another approach may be to use code and a connection string to do batch updates to the second database.
    Well both sound interesting but I will have to read up on how to do both as im still fresh to this .Thanks for the speedy reply

  4. #4
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    There is a wizard to link tables. Use the External Data tab within the ribbon to launch the wizard for Access.

    If someone proposed to me what you are describing, I would want to know their motivation to do so. There are not many real world scenarios that would require this. In fact, having data in multiple DB's is not desirable. The exception is when managing business critical data that requires backups, security measures, regional access, fault tolerance, etc.

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

Similar Threads

  1. Replies: 4
    Last Post: 06-01-2015, 08:29 PM
  2. Replies: 1
    Last Post: 01-23-2015, 09:46 AM
  3. Help with exporting data from excel to access
    By accessrook in forum Import/Export Data
    Replies: 2
    Last Post: 01-22-2013, 12:58 AM
  4. exporting data from access to excel
    By tariq nawaz in forum Access
    Replies: 3
    Last Post: 09-06-2012, 09:29 AM
  5. Replies: 1
    Last Post: 10-19-2011, 07:51 PM

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