Derrick_0690
New member
- Local time
- Today, 06:17
- Joined
- Sep 19, 2011
- Messages
- 7
Hi everyone.
I have built a combo box into a form that I have. There are three choices in the combo box to choose from. They include “False Positive”, “False Negative”, and “Okay”.
When one of these choices is selected, a field in one of my tables is updated with whatever was picked out of the combo box. My issue is that these three separate choices all get put under a single field (column) once selected.
I need to be able to “count” how many “False Positives”, “False Negatives”, and “Okays” that I have per DMS ID.
How do you count different entries under a single field in a table?
I have zero programming background. I know how to use wizards and the expression builder and that’s it.
I tried adding the “Rev Stat” field to the query 3 times. For the first instance I used the criteria “Like False Positive”. The second instance I used “Like False Negative” and the third instance I used “Like Okay”. However this did not work at all.
Any help that you guys can give would be greatly appreciated!
I have built a combo box into a form that I have. There are three choices in the combo box to choose from. They include “False Positive”, “False Negative”, and “Okay”.
When one of these choices is selected, a field in one of my tables is updated with whatever was picked out of the combo box. My issue is that these three separate choices all get put under a single field (column) once selected.
I need to be able to “count” how many “False Positives”, “False Negatives”, and “Okays” that I have per DMS ID.
How do you count different entries under a single field in a table?
I have zero programming background. I know how to use wizards and the expression builder and that’s it.
I tried adding the “Rev Stat” field to the query 3 times. For the first instance I used the criteria “Like False Positive”. The second instance I used “Like False Negative” and the third instance I used “Like Okay”. However this did not work at all.
Any help that you guys can give would be greatly appreciated!