TimLundSE26
New Member
- Joined
- Apr 30, 2011
- Messages
- 11
Anyone know why this should happen? For months a client has been successfully using some code using the Value property of a Listbox which is set to single selection, and suddenly it doesn't - but
For the sale of precision, lstMonths.Value returns the empty string, and the listbox has a single column.
Me.lstMonths.Column(Me.lstMonths.ListIndex)
does - lstMonths being the name of the control.
For the sale of precision, lstMonths.Value returns the empty string, and the listbox has a single column.