copy a record to another database

A

AL R

Can anyone plese tell me if there is a way to copy a
single record or multiple records from a form into a
duplicate database. Except that the duplicate database
will be empty of records. The form is based on a query
that is based on a table.
Thanks
 
A

AL R

I guess that I'm in the wrong newsgroup because I don't
know what you mean by VBA or ADO. I created this database
by doing research and trial and error, so i'm not a pro
at this. Is it possible for you to tell me a little more?
 
B

Bas Cost Budde

AL said:
Can anyone plese tell me if there is a way to copy a
single record or multiple records from a form into a
duplicate database. Except that the duplicate database
will be empty of records. The form is based on a query
that is based on a table.
Thanks

What is the higher goal here? You are using the terms 'table' and
'database', I gather you know the difference? Is the second database for
backup purposes, maybe?

My idea is like this:

* in the database, link a table from the other database
* create an INSERT INTO query (if you haven't yet) that copies your
records from the local table into the linked
* run the query (if you haven't yet)
* remove the link
 

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