The code below has been used in an Access 2000 form command button to export a table to an archive database successfully for years. I am rewriting the code into a new form in Access 2003 and it links the table instead. Is it a version thing?
DoCmd.TransferDatabase acExport, “Microsoft Access”, expPath, acTable, _
“CHB_LP_Master_Table_Previous”, expTable, False