RecordCount

varunmathur

Registered User.
Local time
Today, 04:44
Joined
Feb 3, 2001
Messages
68
I have an application which act as compendium of documents and searches for documents based on Keywords.
The no of hits are seen in the in the cout of record at the bottom of the form but i wish to customise it to make it more prominent
How should I go about it
Thanks
Varun
 
varunmathur

If the 'documents found' are displayed in a Combo or List box, then you can get to it via the following code-

foundDocCount = Me!ListBoxName.ListCount

If this doesn't do it for you, then you may need to provide a bit more info on how you currently get the list and count.
 
Me.SomeTextbox=RecordsetClone.RecordCount
 

Users who are viewing this thread

Back
Top Bottom