Can someone tell me a good way to populate about 30 comboboxes using the same recordset in VBA. In VB this would be simple, but there are no control arrays in VBA. Any ideas would be greatly apreciated. thanks
Printable View
Can someone tell me a good way to populate about 30 comboboxes using the same recordset in VBA. In VB this would be simple, but there are no control arrays in VBA. Any ideas would be greatly apreciated. thanks
Hi,
I'm not sure but you could use a bound combo box and just set the datasource on each of the combos to the recordset object.
Is there a bound combo box in VBA? If so, where could i find it.