I have fields on the parent form that are calculated from values in the child form's data. When a field in the child form changes, I recalculate these fields in the AfterUpdate code of various child form fields. But I can't get them to show the new values with out moving the focus away from the child form first. This seems cumbersome, because I then need to move it back to the right control so that the process is transparent. Is there a syntax for telling the parent form to refresh without having to do this?
Thanks.
Thanks.