M
Manuelauch
I use code: DoCmd.TransferDatabase acLink, "Microsoft Access", _
stSourceFullPath, acTable, stSourceTable, stNewTable, False
but this only works when the source database is .mdb.
What would be the codes when the source database is .accbd?
stSourceFullPath, acTable, stSourceTable, stNewTable, False
but this only works when the source database is .mdb.
What would be the codes when the source database is .accbd?