TransferDatabase questions

T

Tony Girgenti

Is it possible to do the following so that is uses the cueernt database
instead of naming it as i am diong ?

Also, is there a way to assign indexes to the tables design during or right
after import ?

DoCmd.TransferDatabase acImport, "ODBC Database", _

"ODBC;DSN=CPDATAENGLISH;ArrayFetchOn=1;ArrayBufferSize=8;DBQ=CPDATAENGLISH;O
penMode=0;DecimalSymbol=.;;TABLE=Customer", _
acTable, "Customer", "Customer"

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