G
Guest
When using Dlookup are you allowed to have multiple criteria
for instance
ProdEng = DLookup("[Product Engineer]", "EPS Information", "[EPS Number]=" & ProjNum And "[EPS Revison]=" & EPSRev
if this isn't allowed, what can I do to retrieve information from a table based on criteria in two distinct fields???
for instance
ProdEng = DLookup("[Product Engineer]", "EPS Information", "[EPS Number]=" & ProjNum And "[EPS Revison]=" & EPSRev
if this isn't allowed, what can I do to retrieve information from a table based on criteria in two distinct fields???