G
gsb58
Hi!
On a main form I have a ListView, lstMyView.
The list have values in column1 like:
06:00
06:30
and so on....
When user click's a value, I'll have a second form open. Here user can
choose a value from a combobox that carries the same textvalues as in
the listview on the mainform.
Is it possible to have the combobox on the second form opened and show
the same value that user clicked on the list in the mainform?
Me.Name
On a main form I have a ListView, lstMyView.
The list have values in column1 like:
06:00
06:30
and so on....
When user click's a value, I'll have a second form open. Here user can
choose a value from a combobox that carries the same textvalues as in
the listview on the mainform.
Is it possible to have the combobox on the second form opened and show
the same value that user clicked on the list in the mainform?
Me.Name