MikeGeitner
Technical User
Hello,
I have eight comboboxes on an unbound form. You can select person's names to assign them spots in an indoor cycling training facility. These names come from "tblRiders". You might not assign all the spots, but you shouldn't be able to assign more than one spot to the same person. Is there a way to loop through the comboboxes to prevent duplicate values other than nulls, before updating the table?
I have eight comboboxes on an unbound form. You can select person's names to assign them spots in an indoor cycling training facility. These names come from "tblRiders". You might not assign all the spots, but you shouldn't be able to assign more than one spot to the same person. Is there a way to loop through the comboboxes to prevent duplicate values other than nulls, before updating the table?