Hello,
I'm having a hard time improving the functionality of my inventory form, hopefully someone can help!
My form utilizes five list boxes. The user must choose from each of the five list boxes in order to filter out a specific product from a products table.
Every time the user makes a selection, the next listbox is filtered, and set focus to. Each listbox often contains more than 1 choice within it, however, there are a few cases where there is only 1 choice to be made.
How can i determine with code when a particular listbox only has 1 choice so that I can have the choice be made automatically and then set the focus to the next listbox in the series?
Thanks for any help,
Brian
I'm having a hard time improving the functionality of my inventory form, hopefully someone can help!
My form utilizes five list boxes. The user must choose from each of the five list boxes in order to filter out a specific product from a products table.
Every time the user makes a selection, the next listbox is filtered, and set focus to. Each listbox often contains more than 1 choice within it, however, there are a few cases where there is only 1 choice to be made.
How can i determine with code when a particular listbox only has 1 choice so that I can have the choice be made automatically and then set the focus to the next listbox in the series?
Thanks for any help,
Brian