I have a pop up form (frmPopUp) that is opened via a command button on another form (frmMain)
On frmMain is a Private Sub called "UpDateLstFiles"
On frmPopUp is a "CloseForm" command button. When the user clicks this button I need to run the privat sub "UpDateLstFiles" inside frmMain
What is the syntax for this?
On frmMain is a Private Sub called "UpDateLstFiles"
On frmPopUp is a "CloseForm" command button. When the user clicks this button I need to run the privat sub "UpDateLstFiles" inside frmMain
What is the syntax for this?