Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

importing data into acess

Status
Not open for further replies.

bkripper

IS-IT--Management
Sep 18, 2001
4
CA
I am trying to import an access table into an existing access table. When I do this it just overwrites the existing. I have given both tables the same field names, so you would think access would figure out where to import the data to!

help!................greatly appreciated!!!!

tx,
Brian
 
Are you trying to replace your existing table or are you looking to append data to the current table?

Jenn
 
Sounds like you want to link to the table instead of importing it and then appending the data.
 
If the tables are in the same Access database, you can also just write an append query. Might be the easiest way!

Good luck!

Jennifer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top