J
Jerry Crosby
I have a form based on a query, and that query has two parameter prompts.
(It's prompts for "What day do you want?" and "What time?"....user responds
with something like "Saturday" for the first one and "4:00" for the second.)
When the form opens it lists the query results as a continuous form, sorted
by one of the fields, which is a numerical field.
The purpose of the form is to be able to change the order sequence by
changing the number in the numerical field. So if I wanted to make the one
that is listed as #3 go to the end of the list, I'd change that number to
#31.
Having done that, I now want to refresh the screen to reflect the new order
sequence. However, because it's based on a query with parameter prompts, if
I add a command button to requery, I'm re-prompted for those parameters.
Is there a way to bypass those prompts the second time?
Sorry if this is confusing. I can supply sample data that may make more
sense.
Thanks in advance.
Jerry
(It's prompts for "What day do you want?" and "What time?"....user responds
with something like "Saturday" for the first one and "4:00" for the second.)
When the form opens it lists the query results as a continuous form, sorted
by one of the fields, which is a numerical field.
The purpose of the form is to be able to change the order sequence by
changing the number in the numerical field. So if I wanted to make the one
that is listed as #3 go to the end of the list, I'd change that number to
#31.
Having done that, I now want to refresh the screen to reflect the new order
sequence. However, because it's based on a query with parameter prompts, if
I add a command button to requery, I'm re-prompted for those parameters.
Is there a way to bypass those prompts the second time?
Sorry if this is confusing. I can supply sample data that may make more
sense.
Thanks in advance.
Jerry