Refresh Imported Table with VBA

B

Brad

Is there a way to refresh an imported table (from SQL-Server via ODBC) with
VBA code?

I did a “Save Import Steps†so I have a “Saved Importâ€.

Is there a way to run this “Saved Import†with VBA commands?

Thanks,

Brad
 
P

Piet Linden

Is there a way to refresh an imported table (from SQL-Server via ODBC) with
VBA code?

I did a “Save Import Steps” so I have a “Saved Import”.

Is there a way to run this “Saved Import” with VBA commands?

Thanks,

Brad

you should be able to use the import spec with the TransferDatabase
command.
 

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