R
Red
If there a way to loop through and import all tables in an ODBC database
when using TransferDatabase.
I need to backup an accounts database (Multisoft) on a monthly basis which
consists of 70+ tables and if possible want to avoid manually coding the
import of each. The manual route can be seen in the code below.
DoCmd.TransferDatabase acImport, "ODBC Database", "ODBC;DSN=HTA_AA",
acTable, _
"jcjobdet", strShortYear & "/" & txtMonth & "_" & "JCJOBDET"
Really appreciate all help.
when using TransferDatabase.
I need to backup an accounts database (Multisoft) on a monthly basis which
consists of 70+ tables and if possible want to avoid manually coding the
import of each. The manual route can be seen in the code below.
DoCmd.TransferDatabase acImport, "ODBC Database", "ODBC;DSN=HTA_AA",
acTable, _
"jcjobdet", strShortYear & "/" & txtMonth & "_" & "JCJOBDET"
Really appreciate all help.