Everywhere I have read says to use the .ItemsSelected property of a listbox to obtain the value. Looping through on multi-selections.
On a single selection listbox it seems that referencing the listbox itself will return the bound column value. Also if there is nothing selected it will return a null, & return a null if the listbox is empty. I would prefer to use this lean syntax if there are no negative effects I am ignorant of - so I ask a friendly expert; is it a bad idea to reference the listbox directly for it's value?
On a single selection listbox it seems that referencing the listbox itself will return the bound column value. Also if there is nothing selected it will return a null, & return a null if the listbox is empty. I would prefer to use this lean syntax if there are no negative effects I am ignorant of - so I ask a friendly expert; is it a bad idea to reference the listbox directly for it's value?