stephenlecomptejr
Programmer
If I have a form that I want to display the results of a query after I click a command button - what codes do I need to type under the _Click command? I asked this question in another forum and they said that I need to establish a display control and used an example of a recordset. But they wouldn't explain how to make my recordset pull from the query!
qrySearch is the name of my query. The criteria listed in this query is based off of [Forms]![frmSearch]![txtSearch]
After I type the info in txtSearch and press the click button on Go, I want the form to display the results of that query. Thanks for all your help - hope you can help me out?
qrySearch is the name of my query. The criteria listed in this query is based off of [Forms]![frmSearch]![txtSearch]
After I type the info in txtSearch and press the click button on Go, I want the form to display the results of that query. Thanks for all your help - hope you can help me out?