DoCmd.SetWarnings False
DoCmd.TransferDatabase acImport, "ODBC",
"ODBC;DSN=UMCClientDB;ArrayFetchOn=1;ArrayBufferSize=8;DBQ=UMCClientDB;OpenM
ode=0;DecimalSymbol=.;ClientVersion=8.10.121.061;CodePageConvert=1252;AutoDo
ubleQuote=0;", acTable, "WOLABOR", "WOLABOR", False
DoCmd.SetWarnings True
Thnks
:P
> Hi,
> I need to import a ODBC table using VBA
[quoted text clipped - 4 lines]
>
> Bre-x