How do I copy a record from one table to another table in Access

H

HMK

I have a few different tables in the database with each table having
different fields - how do I move a record from one table to another table and
make sure that the field info gets put into the columns I need them to go
into - copy and pasting doesn't work as the info then gets pasted into the
wrong colums
 
A

alex

I have a few different tables in the database with each table having
different fields - how do I move a record from one table to another tableand
make sure that the field info gets put into the columns I need them to go
into - copy and pasting doesn't work as the info then gets pasted into the
wrong colums

Are the tables related? If so you could use an action query to append/
update or make a new table. In the QBE, you can specify what field
will receive the new information (in the case of different field
names).

If no relation exists, you could use a union query.
 

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

Top