View Full Version : RowSource Property


Shayne
12-13-2000, 11:07 AM
I'm using a SQL statement to populate a
LISTBOX. I want to check the LISTBOX to see if anything was returned. I'm thinking I have to check the RowSource property of the LISTBOX to see if there is anything there.
Is this correct, if so how ? If not, I'm open to suggestions

Thanx

Jack Cowley
12-13-2000, 11:28 AM
If what you are trying to do is to find out which items have been selected by the user then search help for ItemsSelected collection and you will find examples there of how to do this.

Shayne
12-13-2000, 11:33 AM
Thanx Jack for the quick reply.

I accomplished what I wanted to do with the
LISTCOUNT property.

Thanx again

[This message has been edited by Shayne (edited 12-13-2000).]