I have a form that is based on a search query where a prompt is displayed for the user to enter their search criteria. The form then displays the associated records with that search criteria. This is working great with one exception. If the user enters no criteria or searches for something that does not exist in the database, the form opens and displays no record.
Ideally I would like to handle the case where the search criteria doesn't exist, the form does not load, but pop-up box saying no records found to match the criteria, and requesting new search criteria to be entered.
I'm not sure how/where to handle this. Can anyone make a suggestion?
Thanks
MK
Ideally I would like to handle the case where the search criteria doesn't exist, the form does not load, but pop-up box saying no records found to match the criteria, and requesting new search criteria to be entered.
I'm not sure how/where to handle this. Can anyone make a suggestion?
Thanks
MK