Requerying a parameter query based form

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.
 
P

pietlinden

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?
 
R

royfarnol

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?
 
Top