Results 1 to 5 of 5
  1. #1
    VictoriaAlbert is offline Novice
    Windows Vista Access 2010 64bit
    Join Date
    Apr 2011
    Posts
    16

    Simple export for the Access novice

    Hello -



    I am managing a database used by people in the health care industry in different sites. The database contains two tables of personal information and another 20 tables of data that I need to gather for later analysis. Periodically, the sites send me the database, but the two tables of personal information of patients should (and legally cannot) be sent to me. One way for these sites to send me the data I need without the personal data I don't is to 1. create a new database, 2. import the relevant tables, and 3. send the new database to me. However, even these basic steps require some savvy with Access that many of the users of the database don't have. I am looking for ideas on an easy way to exclude some tables from a database before it gets emailed.

    So, to recap, I need a simple way to export Access to Access with only a subset of tables. Or to encrypt some tables in a database before it gets transported.

    I'd appreciate any ideas. Thanks.

  2. #2
    clean32 is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Jun 2011
    Posts
    51
    i would make another database, with an auto run macro to import what tables you need. this is the data base that they send to you.

    so all that have to do is open the DB, then close it and send

  3. #3
    VictoriaAlbert is offline Novice
    Windows Vista Access 2010 64bit
    Join Date
    Apr 2011
    Posts
    16
    I will definitely try this, thanks. Any suggestions on how to write the macro? I will write it in Access 2010 but it will need to work for previous versions of Access. Thanks again.

  4. #4
    clean32 is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Jun 2011
    Posts
    51
    maybe some one has a better idea, as i am no expert. i am on this forum to get help myself.

    but this is what i did before

    make another DB. and import the tables that you want. then link to the same tables.

    make append queries for each

    then start the macro with the turn off ??? messages, ( this is so you doint get messages when over writing the old data)

    make a form with a box in it, default value IMPORTING

    the macro has a line to run each append queries

    the last line is to change the box in the form to some thing like, Finished.

    hope that makes sense

  5. #5
    ssanfu is offline Master of Nothing
    Windows 2K Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    So, to recap, I need a simple way to export Access to Access with only a subset of tables. Or to encrypt some tables in a database before it gets transported.

    I'd appreciate any ideas. Thanks.
    The easiest way is to, in windows, create a copy of the database, open the copy, and delete the two tables (personal information) you don't want. Do a compact and repair. Done......

    There might be a problem if the two tables (one or both) are the linking fields to the other tables.

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

Similar Threads

  1. Access novice help with refresh/requery
    By cvacgreg in forum Access
    Replies: 3
    Last Post: 02-04-2011, 08:51 PM
  2. Simple Export Not So Simple
    By jgelpi16 in forum Programming
    Replies: 11
    Last Post: 09-01-2010, 07:23 AM
  3. Access Novice - Looking to learn from scratch.
    By Javaman in forum Database Design
    Replies: 1
    Last Post: 03-13-2010, 08:53 PM
  4. Export a simple query result to an excel file
    By wop_nuno in forum Import/Export Data
    Replies: 1
    Last Post: 05-21-2009, 04:18 AM
  5. Access Novice Taking On Large Project - Need Guidance
    By gtangjr in forum Database Design
    Replies: 1
    Last Post: 04-04-2008, 08:41 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