Related to thread
http://www.access-programmers.co.uk/forums/showthread.php?s=&threadid=43238
I have put this formula into my control source.
Dcount("[Field Name]","table/query","[Field Name] = [Textbox/Combo]")
And it wasn't until after that I realized it wasn't exactly want I wanted. I would like a way to add different combo boxes within a record. For example, I have 10 combo boxes. And boxes 1-5 have yes and 6-10 have no I would like the field to return the number 5 because 5 fields have yes. If this changes to 1-6 have yes and 7-10 have no I would like this number to change to 6. Any help on this would be great. Thanks!
http://www.access-programmers.co.uk/forums/showthread.php?s=&threadid=43238
I have put this formula into my control source.
Dcount("[Field Name]","table/query","[Field Name] = [Textbox/Combo]")
And it wasn't until after that I realized it wasn't exactly want I wanted. I would like a way to add different combo boxes within a record. For example, I have 10 combo boxes. And boxes 1-5 have yes and 6-10 have no I would like the field to return the number 5 because 5 fields have yes. If this changes to 1-6 have yes and 7-10 have no I would like this number to change to 6. Any help on this would be great. Thanks!