Insert Data from Another Table

  • Thread starter Thread starter RC-
  • Start date Start date
R

RC-

I know this should be easy but I can not seem to figure it out.

How do I insert (in bulk) data from one table into another. Not sure if it
matters, but one of the tables is a "Linked" table.

Any help will be great!!

TIA,
RC-
 
Hi RC

The usual method is to use a SQL "INSERT INTO" statement (also known in
Access as an Append Query).

I can't really give you more details without some more information on your
table structure and what you want to do.

You could try searching for "insert into" or "append query" in the online
help.
 
I know this should be easy but I can not seem to figure it out.

How do I insert (in bulk) data from one table into another. Not sure if it
matters, but one of the tables is a "Linked" table.

Any help will be great!!

TIA,
RC-

An Append query, based on the source table and inserting into the
target table, would be the usual method. You don't provide any
specifics so I can't either.... but see Append in the online help.

John W. Vinson[MVP]
 
Thanks for the replies, I was able to figure it out; and it was as easy as I
thought it should be.

Thanks again,
RC-
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top