
Signature
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
My appologies. The problem is in my description. I would like to enter the
query criteria in a search form, then click a search button on the form that
runs the query and finally have the results of the query show in another form
instead of in a datasheet.
If I simply use the bound form, as you suggest, I have to manually enter the
criteria in the perameters input popups and I'm trying to aviod that if
possible.
Thanks again. I look forward to your reply. The next beer is on me. :)
> > Hello Rick,
> > Thanks for the starting point! One final piece to the puzzle should
[quoted text clipped - 3 lines]
> Just don't set the form's default view to datasheet view. Are you opening
> the form or the query? You need to open the form.
Rick Brandt - 19 Jun 2007 22:55 GMT
> My appologies. The problem is in my description. I would like to
> enter the query criteria in a search form, then click a search button
[quoted text clipped - 4 lines]
> enter the criteria in the perameters input popups and I'm trying to
> aviod that if possible.
No you don't. If you leave your query exaclty as it is (pulling criteria
from form1) and then have the button on form1 open form2 (bound to your
query) then form2 should show the result of your query.

Signature
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
john mcmichael - 20 Jun 2007 16:54 GMT
Thanks for your time and patience. This has helped tremendously.
> > My appologies. The problem is in my description. I would like to
> > enter the query criteria in a search form, then click a search button
[quoted text clipped - 8 lines]
> from form1) and then have the button on form1 open form2 (bound to your
> query) then form2 should show the result of your query.