I'm trying to refresh a subform on the main form after updates or deletes has been done from an edit form.
I tried putting it in an OnGotFocus event on the main form but it doesn't fire at all, even if I put a SetFocus to the main form on exit form the edit form.
In what event should I put this:
Form_frmsubform.Refresh
Thanks y'all - and have a nice weekend!
I tried putting it in an OnGotFocus event on the main form but it doesn't fire at all, even if I put a SetFocus to the main form on exit form the edit form.
In what event should I put this:
Form_frmsubform.Refresh
Thanks y'all - and have a nice weekend!
