Dear All,
Thanks for a great forum!!
I have a problem I have on one of my reports.
I have a report that pulls data from serveral queries.
The report: PS1
I am pulling data from the query: EnNoticesCases.
I am using the following code in a textbox to pull through my desired data.
So I want it to count the number of records in the TNOT field that have PCON_N as a criteria.
At the moment the output is 0, which is not true, because there are 2 records with the TNOT field which contain PCON_N
Any help will be greatly appreciated
Kind regards
Triacona
Thanks for a great forum!!
I have a problem I have on one of my reports.
I have a report that pulls data from serveral queries.
The report: PS1
I am pulling data from the query: EnNoticesCases.
I am using the following code in a textbox to pull through my desired data.
Code:
=DCount("TNOT","EnNoticesCases","TNOT"="PCON_N")
So I want it to count the number of records in the TNOT field that have PCON_N as a criteria.
At the moment the output is 0, which is not true, because there are 2 records with the TNOT field which contain PCON_N
Any help will be greatly appreciated
Kind regards
Triacona