I have a report that's based on a parameter query (which returns records based on the date range in the parameter query)
On this report I would like to create a textfield that shows the number of records that were returned and that meet my criteria. The criteria is a value in the combobox
I put this in the controlsource:
=DCount("[myID]","myQuery","[myField]='Option1'")
myField is a combobox that has 4 options. These options are not in a separate table.
It didn't work and so I'm asking if anyone can help.
Many Thanks in advance.
On this report I would like to create a textfield that shows the number of records that were returned and that meet my criteria. The criteria is a value in the combobox
I put this in the controlsource:
=DCount("[myID]","myQuery","[myField]='Option1'")
myField is a combobox that has 4 options. These options are not in a separate table.
It didn't work and so I'm asking if anyone can help.
Many Thanks in advance.