M
Murray
Hi All
I have a Form that gets it data via a query. The form has a couple of Text
boxes that use the Dcount to count the number of records.
=DCount("[winLose]","QryStandard","[winlose]='win'")
The form also has a combo box to show the employees, is it possible to use
the vaule from the combo box to further filter Dcount so that only the wins
form the person are shown?
=DCount("[winLose]","QryStandard","[winlose]='win' &
[employee]=comboxbox.value")
If yes what is the syntax for the above
Thanks in advance
I have a Form that gets it data via a query. The form has a couple of Text
boxes that use the Dcount to count the number of records.
=DCount("[winLose]","QryStandard","[winlose]='win'")
The form also has a combo box to show the employees, is it possible to use
the vaule from the combo box to further filter Dcount so that only the wins
form the person are shown?
=DCount("[winLose]","QryStandard","[winlose]='win' &
[employee]=comboxbox.value")
If yes what is the syntax for the above
Thanks in advance