Hi there,
I have a form with a subform in it. The sub form is based on a query. There is a combo box which allows the user to filter the information in the table which hosts the query which in turn the subform is based. Unfortunetely i cant the subform to refresh on the main form to show the update.
I have tried:
forms!frmMain[frmsub].form.requery
and
forms!frmMain!frmsub.setfocus
requery
Neither seem to work. When i close the form down and reopen it the changes to the subform are made, but this seems the only way i can make the form refresh can any1 help!
I am just learning vb so please can the responses be gentle
Terminus
I have a form with a subform in it. The sub form is based on a query. There is a combo box which allows the user to filter the information in the table which hosts the query which in turn the subform is based. Unfortunetely i cant the subform to refresh on the main form to show the update.
I have tried:
forms!frmMain[frmsub].form.requery
and
forms!frmMain!frmsub.setfocus
requery
Neither seem to work. When i close the form down and reopen it the changes to the subform are made, but this seems the only way i can make the form refresh can any1 help!
I am just learning vb so please can the responses be gentle
Terminus