I have a form with 14 combobox's that need to have initial values. I dont want to write the same code 14 times therefore I am trying to find a way to alter the combo box name inside a for/next loop.
I come from a VBA background and am trying to do this in Visual Basic with no success. in VBA it would be Me.Controls("cbod" & Day & "time".RowSource = ....