Copy record info to other table

M

Marcel Fernee

Hi,

I would like to copy data from one table to another
table. How do I program this? I can acces all the current
data, but I don't know how to acces and write to a table
that is not the current active one.

Thanks,
Marcel Fernee
 
D

Dirk Goldgar

Marcel Fernee said:
Hi,

I would like to copy data from one table to another
table. How do I program this? I can acces all the current
data, but I don't know how to acces and write to a table
that is not the current active one.

Normally you'd write and run an append query that selects the specific
records and fields that you want from the first table and appends them
to the other table.
 

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