Hey everyone,
I have a form that has two subforms within it. What i'm trying to do is when a particular subform field is updated that the other subform is refreshed. What i've done so far is used the code builder (VBA) under the "After Update" event for the noted field and put the code
Forms![othersubformname].refresh
and that did not work. I also tried the requery command with no luck.
Can someone please help
Thanks
Andrew