A family of Microsoft relational database management systems designed for ease of use.
Use the After Update event of the main forom to requery the subform:
Me.Subformname.Form.Requery
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am using Access 2010, and hope to be porting things to SharePoint later, when we have something that works.
Currently I have a master form with two sub forms. One is a detailed form based on a table that allows selection of options through check boxes. The other is based on a query of the same table which calculates the desired information about total resources involved. If you think there is a better setup for this I am willing to listen.
Anyway, when I change data in the detailed form, I would like to see the changes in the summary form. I can achieve this if I click on the summary form and press F5.
I have tried producing a macro attached to the check box of the detail form which:
Still, someone else might benefit from my discovery, so perhaps I should post this as a discussion. Are their better ways to do this?
A family of Microsoft relational database management systems designed for ease of use.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Use the After Update event of the main forom to requery the subform:
Me.Subformname.Form.Requery