G
Guest
Currently I use a Dlookup function to give me a field from a table. How do I
get say, the second record of that field? When I use the Dlookup in the or:
slot below the field, it still only queries based on the first record.
DLookUp("[NextCount]","[CYQueryTbl]","[NextCount]>0") (In Criteria: line)
DLookUp("[NextCount]","[CYQueryTbl]","[NextCount]>0") (In or: line)
Still only queries on first record. Is this even possible?
get say, the second record of that field? When I use the Dlookup in the or:
slot below the field, it still only queries based on the first record.
DLookUp("[NextCount]","[CYQueryTbl]","[NextCount]>0") (In Criteria: line)
DLookUp("[NextCount]","[CYQueryTbl]","[NextCount]>0") (In or: line)
Still only queries on first record. Is this even possible?