Dev Ashish Search record count

L

lmv

I 'm using Dev Ashish search and would like to
see the count of rows/ records returned in a search result
(doesn't need to be stored or anything just want to use it
to get count info)

Is there a way to put a DCount or Count to the lstResult
that displays the query info so that info is visible on the form?

I have tried a few things but always returns #Error or #Name?

Thanks
 
T

Tom van Stiphout

On Thu, 10 Apr 2008 08:32:01 -0700, lmv

Listboxes have a ListCount property to return the number of items in
the list.
So create a textbox control and set its controlsource to:
=lstResult.ListCount

-Tom.
 
L

lmv

Perfect ... thanks!

Tom van Stiphout said:
On Thu, 10 Apr 2008 08:32:01 -0700, lmv

Listboxes have a ListCount property to return the number of items in
the list.
So create a textbox control and set its controlsource to:
=lstResult.ListCount

-Tom.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top