Importing one field with data

C

cgilmour2

Could someone tell me how to insert one column, or field, from one database
into another? It has to carry over the data in the field.

Thank you :)
 
P

pietlinden

Could someone tell me how to insert one column, or field, from one database
into another?  It has to carry over the data in the field.

Thank you :)

If the field is already defined, then you can link to the external
table, write an update query and then run it using

DBEngine(0)(0).Execute "update Query Name"
 

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