Hi
I have a form with source of data on query "qrymultiselect "
On this form I have a multiselect list and a button "filter"
With click a button there is a procedure that is creating query
"qrymultiselect " with criteria from my multiselect.
After that I would like to refresh my form so that to get a data from
my new query "qrymultiselect " that I created with my procedure.
I tried forms!frmMyform .requery and me.requery but it doesnt work.
How to make a form to refresh a date from my new query that I created?
Thanks for any help
Piter
I have a form with source of data on query "qrymultiselect "
On this form I have a multiselect list and a button "filter"
With click a button there is a procedure that is creating query
"qrymultiselect " with criteria from my multiselect.
After that I would like to refresh my form so that to get a data from
my new query "qrymultiselect " that I created with my procedure.
I tried forms!frmMyform .requery and me.requery but it doesnt work.
How to make a form to refresh a date from my new query that I created?
Thanks for any help
Piter
Comment