Requerying a parameter query based form

  • Thread starter Thread starter royfarnol
  • Start date Start date
R

royfarnol

If a form is based on a user entry parameter query is there is a simple way
to keep it open but rerun the query to get a new user entry to populate it?

Tips appreciated, Roy.
 
If a form is based on a user entry parameter query is there is a simple way
to keep it open but rerun the query to get a new user entry to populate it?

Tips appreciated, Roy.

What happens if you run:
Me.Requery

off a button or something in your form?
 
Well that was simple wasn't it?
Thanks a lot Piet.
Much obliged, Roy.

If a form is based on a user entry parameter query is there is a simple
way
to keep it open but rerun the query to get a new user entry to populate
it?

Tips appreciated, Roy.

What happens if you run:
Me.Requery

off a button or something in your form?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top