Hi Guys,
I have a form, named frmResult and a listbox, lstResult. I also have a tab control called tabfirst, which has a textboxes txtrecord1, txtrecord2,..txtrecord5.
I would like to multi select rows from my listbox, and have Me.lstResult.Column(1) value populate in the txtrecord1,...txtrecord5.
Right now I would only like to restrict maximum 5 selections from the listbox and populate those values into the corr. textboxes in order of txtrecord1, txtrecord2, txtrecord3,..txtrecord5.
Sample code would be very helpful. thanks!
I have a form, named frmResult and a listbox, lstResult. I also have a tab control called tabfirst, which has a textboxes txtrecord1, txtrecord2,..txtrecord5.
I would like to multi select rows from my listbox, and have Me.lstResult.Column(1) value populate in the txtrecord1,...txtrecord5.
Right now I would only like to restrict maximum 5 selections from the listbox and populate those values into the corr. textboxes in order of txtrecord1, txtrecord2, txtrecord3,..txtrecord5.
Sample code would be very helpful. thanks!