help!

junmart

Registered User.
Local time
Today, 04:00
Joined
Sep 14, 2001
Messages
29
i have a query in which user's are required to input a parameter. how do i create a message "no record found" when there are no hits found based on the parameter entered? thank you in advance for your help!
 
yes i am using a form to diplay my query....
 
After you requery your form. Check the

Me.RecordSetClone.RecordCount Property. It will be a number Greater then Zero if there are records and Zero if there are no records.
 

Users who are viewing this thread

Back
Top Bottom