I am trying to copy some data from one table to another. When I run the SQL, I get this error message:
"Invavid Meme, OLE, or Hyperlink Object in subquery 'tblControlActivityMaster.Description'"
I have double checked my spelling - and I am at a loss. Access help comes up blank (Literally).
Here is my SQL
UPDATE tblAuditPlan
SET tblAuditPlan.TestDescription = (SELECT tblControlActivityMaster.Description FROM tblControlActivityMaster WHERE tblControlActivityMaster.ActivityID = tblAuditPlan.ActivityID)
PDUNCAN - MEMPHIS, TN
“Friends help you hide. Real friends help you hide bodies.”
"Invavid Meme, OLE, or Hyperlink Object in subquery 'tblControlActivityMaster.Description'"
I have double checked my spelling - and I am at a loss. Access help comes up blank (Literally).
Here is my SQL
UPDATE tblAuditPlan
SET tblAuditPlan.TestDescription = (SELECT tblControlActivityMaster.Description FROM tblControlActivityMaster WHERE tblControlActivityMaster.ActivityID = tblAuditPlan.ActivityID)
PDUNCAN - MEMPHIS, TN
“Friends help you hide. Real friends help you hide bodies.”