I need a navigation subform to refresh when an update form is closed. The subform lists open projects and it does not update if a project is closed out from the update form unless F5 is keyed. The navigation form is "Nav_Form" and the subform is "Pending_Working."
I've added Forms!Nav_Form!Pending_Working.Requery to the VBA on close event of the update form, but that didn't work. Any ideas on how to get it to work? Thanks in advanced.
I've added Forms!Nav_Form!Pending_Working.Requery to the VBA on close event of the update form, but that didn't work. Any ideas on how to get it to work? Thanks in advanced.