I am trying to use the DCOUNT function in a report. I want to display the number of contracts selected by a query, Query 3, which have a value for the field 'Pre-tender' of 4.
I have entered the Control Source for a textbox as follows :
=DCOUNT("[Contract Name]","Query 3","[Pre-tender]='4'")...