G
Guest
Using Access 2003
I am using a form with 6 combo boxes for selecting names. The controls work
as they should to select the names, but I need to do two things before I save
the record;
1. Check there are a minimum of two names chosen in the first two combo boxes
2. Check that all combo boxes with names selected are not duplicates.
I have not been able to figure out how to loop through these combo box
control types to check them for duplicates. Thanks in advance for any
suggested code for this.
I am using a form with 6 combo boxes for selecting names. The controls work
as they should to select the names, but I need to do two things before I save
the record;
1. Check there are a minimum of two names chosen in the first two combo boxes
2. Check that all combo boxes with names selected are not duplicates.
I have not been able to figure out how to loop through these combo box
control types to check them for duplicates. Thanks in advance for any
suggested code for this.