S
scott04
Hi everyone,
I am having trouble with one of my reports. I would like to be able to
count the number of audits an auditor has completed. I have two tables
tblOngoingAdt and tblAuditLife with each table containing the field name
"auditor". I would like to only count it if the status = 3. I have been
able to get this to work for only one table each but not for both tables.
Can someone please point me in the right direction? As always thank you.
I did have a query that reference my tblauditlife and had criteria for
status = 3 and calculated fields in the query Test: IIf([auditor]=1,1,0).
Then in my report i had a textbox of Sum([Test]). My problem is i need to do
the same from another query and it will not work.
I am having trouble with one of my reports. I would like to be able to
count the number of audits an auditor has completed. I have two tables
tblOngoingAdt and tblAuditLife with each table containing the field name
"auditor". I would like to only count it if the status = 3. I have been
able to get this to work for only one table each but not for both tables.
Can someone please point me in the right direction? As always thank you.
I did have a query that reference my tblauditlife and had criteria for
status = 3 and calculated fields in the query Test: IIf([auditor]=1,1,0).
Then in my report i had a textbox of Sum([Test]). My problem is i need to do
the same from another query and it will not work.