G
geebee
hi,
I have the following, in which the syntax is wrong:
SELECT Tbl_MasterPop.[Loan Acct #], Tbl_MasterPop.PopEnterDt
FROM Tbl_MasterPop
WHERE (((Tbl_MasterPop.PopEnterDt)=#5/10/2006# AND
tbl_masterpop.[loan acct #] not in
(SELECT Tbl_MasterPop.[Loan Acct #], Tbl_MasterPop.PopEnterDt
FROM Tbl_MasterPop
WHERE (((Tbl_MasterPop.PopEnterDt)=#5/9/2006#))));
but I am not sure what to do to fix it. I am trying to get all those
accounts that exist in tbl_masterpop with a [popenterdt] of #5/10/2006# that
had a record in the child tbl_archive, but not for #5/10/2006#, but for
#5/9/2006# instead.
how?
thanks in advance,
geebee
I have the following, in which the syntax is wrong:
SELECT Tbl_MasterPop.[Loan Acct #], Tbl_MasterPop.PopEnterDt
FROM Tbl_MasterPop
WHERE (((Tbl_MasterPop.PopEnterDt)=#5/10/2006# AND
tbl_masterpop.[loan acct #] not in
(SELECT Tbl_MasterPop.[Loan Acct #], Tbl_MasterPop.PopEnterDt
FROM Tbl_MasterPop
WHERE (((Tbl_MasterPop.PopEnterDt)=#5/9/2006#))));
but I am not sure what to do to fix it. I am trying to get all those
accounts that exist in tbl_masterpop with a [popenterdt] of #5/10/2006# that
had a record in the child tbl_archive, but not for #5/10/2006#, but for
#5/9/2006# instead.
how?
thanks in advance,
geebee