I have a form with a subform. When I change data on the form, I need the subform to update. The problem is that the subform is based on a query, which based on another query, which is based on another query, which is then based on the data I have just changed in the main form.
I have tried requerying the subform object, but that doesn't work. Do I need to requery each series of queries? So I would need to requery query1,2,&3?
And how do I do that?
Any help would be greatly appreciated.
I have tried requerying the subform object, but that doesn't work. Do I need to requery each series of queries? So I would need to requery query1,2,&3?
And how do I do that?
Any help would be greatly appreciated.