Vassago
Former Staff Turned AWF Retiree
- Local time
- Today, 04:07
- Joined
- Dec 26, 2002
- Messages
- 4,748
This may be a fairly simple question. I have learned Access on my own(and with the help of everyone here) so don't know all the simple stuff.
I have a form with a few search options that build a query when a button is clicked. I have a subform that is bound to the query that is built by the button. What I would like is for the subform to automatically refresh when the button is clicked after the new query is built. I have tried doing
frm_subform.refresh
but the subform still displays the old information. The only thing that seems to work is to reopen the form. This is not what I want. There has to be a way to refresh this subform, do you have the answer? Please help!
Thanks in advance,
Vassago
I have a form with a few search options that build a query when a button is clicked. I have a subform that is bound to the query that is built by the button. What I would like is for the subform to automatically refresh when the button is clicked after the new query is built. I have tried doing
frm_subform.refresh
but the subform still displays the old information. The only thing that seems to work is to reopen the form. This is not what I want. There has to be a way to refresh this subform, do you have the answer? Please help!
Thanks in advance,
Vassago