Command button question

  • Thread starter Thread starter Lloyd H. London
  • Start date Start date
L

Lloyd H. London

I have a form that is loaded from a parameter query. What I would like
to beable to do is create a command button on the form to run the query
- this I can do. Upon rerunning the query, from the form, I would like
to enter a new parameter value and rather than have the query display, I
want the data to be written into the form.
How can I do this?
Thanks
 
Can you base the form's recordsource on the query that you want to "run",
and then just do a Requery of the form's recordsource instead of "running"
the query?
 
Back
Top