Good Day Forum,
I come to you to ask for your help solving the following problem:
I have a simple userform that will help the user enter a list of items into a worksheet. The user would select a group from a combobox (groups are: breads, meats, cheeses, veggies) then use a textbox to enter the item number. Each group has about 20 or so items, each with a unique item number. The problem that I need your help solving is that I need a way to validate the item number being enter into the textbox so that the user doesn't enter a number that doesn't belong to that group. In other words... how can I stop the user from entering a number that doesn't belong to the group selected in the combobox?
I was hoping to check the item number in an _AfterUpdate() event for the textbox but I don't know where or how to start the validation process for the item number.
Any help you can provide will be appreciated!
And thanks for your time!
Julian
Bookmarks