P
pierre-yves.ste-marie
I use the method TansfertDatabase to export a table to another mdb:
DoCmd.TransferDatabase acExport, "Microsoft Access", "C:\First.mdb",
acTable, "Table999", "Table999"
But how do I correct this line if the First.mdb as a password=ABC??
Best regards.
DoCmd.TransferDatabase acExport, "Microsoft Access", "C:\First.mdb",
acTable, "Table999", "Table999"
But how do I correct this line if the First.mdb as a password=ABC??
Best regards.