G
Guest
Hi, I'm trying to figure out the best way to do this ...
I am building an audit database to record audit details and ISO clauses
attached to each audit.
What I want to do is identify which audits have not had clauses allocated.
The allocation form is a pop-up that opens with link criteria based on the
Audit ID. The source for this is a table (tblISOCoverage).
Can I Dlookup things in a query? I have set up qryISOCoverage which shows
all AuditIDs that have had a specific clause assigned. Since an audit that
has not had any clauses will not appear in this query, I thought of using Is
Null/DLookup for each AuditId in tblAuditDetails (the main table) but am not
sure how to do this. Would a recordset and For Each In Next work better?
Can anyone help?
Thanks
I am building an audit database to record audit details and ISO clauses
attached to each audit.
What I want to do is identify which audits have not had clauses allocated.
The allocation form is a pop-up that opens with link criteria based on the
Audit ID. The source for this is a table (tblISOCoverage).
Can I Dlookup things in a query? I have set up qryISOCoverage which shows
all AuditIDs that have had a specific clause assigned. Since an audit that
has not had any clauses will not appear in this query, I thought of using Is
Null/DLookup for each AuditId in tblAuditDetails (the main table) but am not
sure how to do this. Would a recordset and For Each In Next work better?
Can anyone help?
Thanks