MS List Boxes Combo Option Check Box
Combo Box - use similar command set as the List Box but provides a user Text field for entry
ex.:
cboBox.AddItem = cboBox2.Text
Option Box - will allow only one(1) and only one option be selected with in a single frame
where:
.caption - display text .value - either TRUE or False only | List Box - command set that's a standard for this type where:
Check Box - will allow multiple selection either Group under a Frame or not at all
where:
|

