Results 1 to 4 of 4

Thread: Copying Tables

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2000
    Location
    Omaha, NE, USA
    Posts
    28
    How can I copy an individual table from one microsoft access database file to another?
    - Ovid -

  2. #2
    Junior Member
    Join Date
    Jun 2000
    Posts
    29

    Red face try this

    i think this is what you want but not sure:

    1. Open a new database,name it, then save it
    2. Use the "Get external Data" under "File"
    3. You can use "Import" or "Link Tables"

    I think this may help but not sure what you mean by "Copying Tables"

    Jer


  3. #3

    Thread Starter
    Junior Member
    Join Date
    Mar 2000
    Location
    Omaha, NE, USA
    Posts
    28

    Copying Tables

    That's exactly what I mean. However, I need code to do that for me. Any ideas?
    - Ovid -

  4. #4
    PowerPoster 2.0 Negative0's Avatar
    Join Date
    Jun 2000
    Location
    Southeastern MI
    Posts
    4,367
    Try This

    Code:
    SELECT * INTO newTable FROM oldTable

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