Hello !
I have a list box whose rowsource is defined by a query.
Something like:
Me.lstMyListBox.rowsource = "SELECT ... FROM ... WHERE"
Is there a way to know whether my list box is empty
(ie: whether the query "SELECT ... FROM ... WHERE" is empty ?)
Thanks
Alex
I have a list box whose rowsource is defined by a query.
Something like:
Me.lstMyListBox.rowsource = "SELECT ... FROM ... WHERE"
Is there a way to know whether my list box is empty
(ie: whether the query "SELECT ... FROM ... WHERE" is empty ?)
Thanks
Alex