Update a query to a linked ODBC table

  • Thread starter Thread starter msmuzila
  • Start date Start date
M

msmuzila

I have a ODBC table that i need to update with the lastest information
in a query. Right now, the only way i have figured out is to execute a
make-table query to get the information form the query to a table and
then use an update query to transfer the info between tables. Is there
a way to send this information directly to the table?

Thanks
 
Please post the relevant Table details and the SQL Strings of your
Make-Table Query + Update 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

Similar Threads


Back
Top