How to Get CheckedListBox Choices Into a Variable?
Posted: Tue Jul 01, 2025 8:28 am
Hello everyone,
I'm trying to figure out the best way to handle selections from a CheckedListBox on my form. When a user clicks "OK", I need to grab all the items they've checked and dump them into a single variable. That variable will then be used as input for a SQL query I'm building.
I'm looking for the most straightforward approach to get them into a usable variable.
I'm trying to figure out the best way to handle selections from a CheckedListBox on my form. When a user clicks "OK", I need to grab all the items they've checked and dump them into a single variable. That variable will then be used as input for a SQL query I'm building.
I'm looking for the most straightforward approach to get them into a usable variable.