G
Guest
I've got this sub-query in Access 2003.
(SELECT tblPanelMbr.PanMbrID FROM tblPanelMbr WHERE in
(tblPanelMbr.Archived=yes))
What I am trying to do is to delete records in a sub-table where a field in
the header record is marked as archived.
I get a syntax error. Please help.
(SELECT tblPanelMbr.PanMbrID FROM tblPanelMbr WHERE in
(tblPanelMbr.Archived=yes))
What I am trying to do is to delete records in a sub-table where a field in
the header record is marked as archived.
I get a syntax error. Please help.