I posted a similiar post in the 'Forms' area and I hope I'm not 'cross-posting' but I just saw this area and thought the post would be just as relevant.
I have a form that has a row of controls (checkboxes, textboxes, comboboxes, etc) for every 'driver' in a table (SalesDrivers).
I'm actually a VB Programmer messing with Access for the first time. It doesn't look like you can do Control Arrays with VBA.
I'm looking for a way to loop through the drivers in the drivers table and for each driver create a row of controls.
Is this possible with VBA?
Thanks!
I have a form that has a row of controls (checkboxes, textboxes, comboboxes, etc) for every 'driver' in a table (SalesDrivers).
I'm actually a VB Programmer messing with Access for the first time. It doesn't look like you can do Control Arrays with VBA.
I'm looking for a way to loop through the drivers in the drivers table and for each driver create a row of controls.
Is this possible with VBA?
Thanks!