Count the number of items selected in listbox

Zythal

New member
Local time
Today, 04:52
Joined
Nov 1, 2013
Messages
2
I'm creating an employee audit database, and, in the audit form, the user (ie. supervisor) can select a number of items from a listbox. Each item selected corresponds to an error that the employee has made, and, as such, the employee's Audit Score has two points deducted for each item that is selected.

Incidentally, there are other, solitary elements to the form, but this particular listbox houses a collection of items that are related under a single category.

The score is displayed at the bottom of the form, and it needs to update in real-time.

The problems that I am encountering are that I am unable to count the number of items selected and then I am unable to multiply that count by 2 (the point-value of each item on the list.)

I hope my narrative makes sense. Please let me know if there is a way to accomplish this in the form. Thank you!
 
Alex, thank you! It looks embarrassingly simple now that I see it.
 

Users who are viewing this thread

Back
Top Bottom