Hi all,
So I've just been testing a userform thats nearly finished (thankfully!) and came across a problem.
So on the form I have 8 comboboxes to enter products i.e. cmbProd1, cmbProd2 and so on. whilst testing I noticed that a user can select a product item from the list more than once - basically they could enter the same product in each of the 8 boxes.
Is there a way to check if a product has already been selected if a user has already selected it in another combobox? if so how would I code this and what would be the best Sub to do the check in?
The 'flow' of the form means that a user can't move on to the next or subsequent combobox unless the preceeding box has had something selected,
It may be worth mentioning that my knowledge on comboboxes is very basic to say the least so please bear that in mind with any replies.
Thanks very much Paul
So I've just been testing a userform thats nearly finished (thankfully!) and came across a problem.
So on the form I have 8 comboboxes to enter products i.e. cmbProd1, cmbProd2 and so on. whilst testing I noticed that a user can select a product item from the list more than once - basically they could enter the same product in each of the 8 boxes.
Is there a way to check if a product has already been selected if a user has already selected it in another combobox? if so how would I code this and what would be the best Sub to do the check in?
The 'flow' of the form means that a user can't move on to the next or subsequent combobox unless the preceeding box has had something selected,
It may be worth mentioning that my knowledge on comboboxes is very basic to say the least so please bear that in mind with any replies.
Thanks very much Paul