Link to home
Start Free TrialLog in
Avatar of al4629740
al4629740Flag for United States of America

asked on

check for data if another combobox has data

I have the following comboboxes below:
ComboA1         ComboB1
ComboA2         ComboB2
ComboA3         ComboB3
.......                  ..............

I want to write some VB6 code that will check all the comboboxes from A1 to A5.  If any of them have any text in them, then the code will have to check the equivalent combobox in the right column (B1 to B5) to make sure that has text also.  If it doesn't then the user will need to enter data.  How can I accomplish this?
ASKER CERTIFIED SOLUTION
Avatar of VBClassicGuy
VBClassicGuy
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial