M
meyerryang
I have a subform that shows up on a lot of different forms. If I change
something on the subform I want it to refresh everything. I know how to
refresh it on one form, but I want it to show up on all forms and refresh
everything on the form that it is on.
I have an idea and that is refresh the form by creating a dim.
Dim MasterForm as variant
MasterForm = subform's Master Form
Forms![subform's Master From].requery
This is where I get lost. Please help.
something on the subform I want it to refresh everything. I know how to
refresh it on one form, but I want it to show up on all forms and refresh
everything on the form that it is on.
I have an idea and that is refresh the form by creating a dim.
Dim MasterForm as variant
MasterForm = subform's Master Form
Forms![subform's Master From].requery
This is where I get lost. Please help.