Hi,
I have a listbox on my form named participantsListBox
I want to do the following
dim selectedControl as Control
selectedControl = Me.Controls!participantsListBox
However I cannot do this because participantsListBox is null.
What is the error in my logic / how do I do what I'm aiming for?
I have a listbox on my form named participantsListBox
I want to do the following
dim selectedControl as Control
selectedControl = Me.Controls!participantsListBox
However I cannot do this because participantsListBox is null.
What is the error in my logic / how do I do what I'm aiming for?