Number of records displayed

Crampton

Registered User.
Local time
Today, 16:09
Joined
Apr 8, 2003
Messages
41
Hiya, Ive tried searching on this forum but cannot quite see what i am looking for.

I have a form with say 500 records in it, when a user performs a query search it finds say 250 of those records. I would like the form to display something like this: "Found 250 of 500 records"
( This is similar to the "="Page " & [Page] & " of " & [Pages]" you can display in reports )

Any ideas?

Thanks
 
How does the query work? Is it a saved query, or is it a SQL query on the fly? Whichever, you can use DAO or ADO and the Recordset.RecordCount property to find out how many were found.
 
Thanks for the reply dcx693

It is a query on the fly!!

Whereabouts do I put this Recordset.RecordCount property?

Should i add a text box?

Sorry but im not great on this topic.

Thanks again
 

Users who are viewing this thread

Back
Top Bottom