zathrus777
Programmer
I have a dialog I have created which has a subform which I wish to change the contents of by pressing command buttons. I have the source as a query and use:
CurrentDb.QueryDefs("query6"
.SQL = "SELECT blah blah"
to change the query itself but cannot get the subform to refresh and show the new query without closing and reopening the form.
Any ideas?
CurrentDb.QueryDefs("query6"
to change the query itself but cannot get the subform to refresh and show the new query without closing and reopening the form.
Any ideas?