copy tables in different DB

  • Thread starter Thread starter Alejandra Parra
  • Start date Start date
A

Alejandra Parra

Hey

Well I have a question

How can I make a selection from table from a X database and create a table
with this result in a Y database?

Help! please!
 
1. Create a query that gives the results you want.

2. Choose Make Table from the Query menu.
Access pops up a dialog.
Specify the name of the table, and the name of the database where you
want this created.
 
but do you know how to do it form vb.net code?

Allen Browne said:
1. Create a query that gives the results you want.

2. Choose Make Table from the Query menu.
Access pops up a dialog.
Specify the name of the table, and the name of the database where you
want this created.
 

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