How to assign new indexes in VBA

T

Tony Girgenti

Is there a way to assign indexes to the design of a table during or right
after import in VBA ?

Also, s it possible to do the following so that is uses the current database
instead of naming the database as i am doing in the following ?

DoCmd.TransferDatabase acImport, "ODBC Database",
"ODBC;DSN=CPDATAENGLISH;ArrayFetchOn=1;ArrayBufferSize=8;DBQ=CPDATAENGLISH;
OpenMode=0;DecimalSymbol=.;;TABLE=Customer", _
acTable, "Customer", "Customer"

Any help would be greatly appreciated.

Thanks,
Tony
 

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