G
geebee
hi,
i have been working on this query forever. looks like u cant use dlookup
functions within a query. is that right? i have:
SELECT Tbl_archive.[Loan Acct #], Tbl_archive.PopEnterDt,
Tbl_archive.status, DLookUp("status","tbl_archive","[popenterdt] = Date() AND
[loan acct #] = " & [loan acct #] ) AS Expr1
FROM Tbl_archive;
getting an error# for the [Expr1] column. by the way, the [loan acct #] is
a number datatype.
thanks in advance,
geebee
i have been working on this query forever. looks like u cant use dlookup
functions within a query. is that right? i have:
SELECT Tbl_archive.[Loan Acct #], Tbl_archive.PopEnterDt,
Tbl_archive.status, DLookUp("status","tbl_archive","[popenterdt] = Date() AND
[loan acct #] = " & [loan acct #] ) AS Expr1
FROM Tbl_archive;
getting an error# for the [Expr1] column. by the way, the [loan acct #] is
a number datatype.
thanks in advance,
geebee