D
DS
I'm trying to Transfer data from one Database to Another Database. Both
have identical tables. I'm getting an error message sayimg that it can't
delete because its involved it another relationship. I'm not trying to
delete just merely transfer. What am I doing wrong?
Thanks
DS
DoCmd.TransferDatabase acExport, "Microsoft Access",
"C:\PROSERV\History\History.mdb", acTable, "tblCheckDetails",
"tblCheckDetails", False
have identical tables. I'm getting an error message sayimg that it can't
delete because its involved it another relationship. I'm not trying to
delete just merely transfer. What am I doing wrong?
Thanks
DS
DoCmd.TransferDatabase acExport, "Microsoft Access",
"C:\PROSERV\History\History.mdb", acTable, "tblCheckDetails",
"tblCheckDetails", False