All I am trying to get dcount to work in the query builder.
In the below example [BLOCKID] is supposed to be from the current record of the query. I can't get to work.
In the below example [BLOCKID] is supposed to be from the current record of the query. I can't get to work.
Code:
count2: DCount("[REQTYPE]","tbl_instructor_req","tbl_instructor_req.BLOCKID = [BLOCKID]")