RandyMyers
IS-IT--Management
I have a search form where criteria can be entered and when ok is clicked a continuous form opens displaying all records that match the entered criteria. The user can then drill down on this form to get details on the specific record that they need.
If no records match the criteria I want to display a message and prevent the form from opening with no records.
BTW the criteria are passed from the search form to open the continuous display form through criteria being passed from the search form to the query behind the continuous form.
Any idea of how to prevent a form form opening if there are no records behind it?
If no records match the criteria I want to display a message and prevent the form from opening with no records.
BTW the criteria are passed from the search form to open the continuous display form through criteria being passed from the search form to the query behind the continuous form.
Any idea of how to prevent a form form opening if there are no records behind it?