R
rhizopus
Guest
I have a search form that contains unbound text boxes as parameters for for a search with a subform that displays the search results. The query is attached to the subform and uses "Like" and "*" to make the search more user friendly. When the form is opened the subform executes the search based on the blank text boxes and retrieves all of the records from the database... 14,000 records. I have attempted to limit the query to 100 records but that does not seem to effect it. I have a button for "requery" when the user enters parameters. Is there any way I can stop this query from running when the form is opened? I can not find any events that are applicable.