G
Gina Whipp
Hi All,
Basically, I have the below and if I run them seperately the DLookUp works
but together I get the last Purchase Order number for everything. What am I
doing wrong? SpecificationID is text and ProjectID is number.
=DLookUp("poPurchaseOrderID","qryFindPurchaseOrder","podSpecificationIDs=" &
[SpecificationID] & "" And "poProjectID='" & [txtProjectID] & "'")
Thanks.
Gina Whipp
"I feel I have been denied critical, need to know, information!" - Tremors
II
Basically, I have the below and if I run them seperately the DLookUp works
but together I get the last Purchase Order number for everything. What am I
doing wrong? SpecificationID is text and ProjectID is number.
=DLookUp("poPurchaseOrderID","qryFindPurchaseOrder","podSpecificationIDs=" &
[SpecificationID] & "" And "poProjectID='" & [txtProjectID] & "'")
Thanks.
Gina Whipp
"I feel I have been denied critical, need to know, information!" - Tremors
II