listbox question

gdanalakshmi

Registered User.
Local time
Today, 15:01
Joined
Nov 26, 2002
Messages
102
I have a listbox that gets the data from a query. It is possible that the query doesnot return any rows. But when I double click the listbox, I need to check if there a row in the listbox.

How do I check if a listbox is empty??
 
Use the LISTCOUNT property
 

Users who are viewing this thread

Back
Top Bottom