T
Treebeard
I want to take one of my tables and create a new mdb file that has only that
table in. I tried this:
DoCmd.TransferDatabase acExport, "Microsoft Access", strDBExportName,
acTable, ContactExportTableName, ContactExportTableName, False
Where strDBExportName = "C:\DB\MY_EXPORT.MDB"
But it doesn't work unless the MY_EXPORT.MDB file is already there . In
other words I want it to work like TranserText which creates the destination
file automatically.
Thanks,
Jack
table in. I tried this:
DoCmd.TransferDatabase acExport, "Microsoft Access", strDBExportName,
acTable, ContactExportTableName, ContactExportTableName, False
Where strDBExportName = "C:\DB\MY_EXPORT.MDB"
But it doesn't work unless the MY_EXPORT.MDB file is already there . In
other words I want it to work like TranserText which creates the destination
file automatically.
Thanks,
Jack