Change this:
to this:
WHERE Not ROOT_AE_P_PRO_E .PROPOSAL Like"*02312" AND
(I removed the parens for clarity - if you type the line in as above, Access
will put them back in)
WHERE (((ROOT_AE_P_PR O_E.PROPOSAL) Not Like"*02312") AND
WHERE Not ROOT_AE_P_PRO_E .PROPOSAL Like"*02312" AND
(I removed the parens for clarity - if you type the line in as above, Access
will put them back in)
Comment