J
J.J.
I'm wondering if anyone has any ideas?
I saw an earlier reference on how to unlink a table where the responder
replied to use the Delete command. I tried this but get an error message
"You can't delete the table; it is participating in one or more
relationships." There were no linked forms open to "myTable." I need to
unlink before I can relink or else it opens a second instance of "myTable"
I tried doing the following:
DoCmd.DeleteObject acTable, "myTable"
DoCmd.TransferDatabase acLink, "Microsoft Access",
"e:\Database\OtherSource.mdb", acTable, "myTable", "myTable"
I saw an earlier reference on how to unlink a table where the responder
replied to use the Delete command. I tried this but get an error message
"You can't delete the table; it is participating in one or more
relationships." There were no linked forms open to "myTable." I need to
unlink before I can relink or else it opens a second instance of "myTable"
I tried doing the following:
DoCmd.DeleteObject acTable, "myTable"
DoCmd.TransferDatabase acLink, "Microsoft Access",
"e:\Database\OtherSource.mdb", acTable, "myTable", "myTable"