G
Guest
Here is what I have put together. Can someone tell me what I did wrong? I
am not getting any errors, but it is pulling all records instead of just what
is "out of spec". I need to pull what is out of spec for the product code
listed which is looked up in the tblProductSpecs table. How do I reference
the product field for each record?
<DLookUp("[MinDelta]","[tblProductSpecs]","[product] ='" & [product] & "'")
And >DLookUp("[MaxDelta]","[tblProductSpecs]","[product] ='" & [product] &
"'")
am not getting any errors, but it is pulling all records instead of just what
is "out of spec". I need to pull what is out of spec for the product code
listed which is looked up in the tblProductSpecs table. How do I reference
the product field for each record?
<DLookUp("[MinDelta]","[tblProductSpecs]","[product] ='" & [product] & "'")
And >DLookUp("[MaxDelta]","[tblProductSpecs]","[product] ='" & [product] &
"'")