Recent content by JCH40

  1. J

    Form Reload Help

    I currently have a master form that uses multiple subforms by setting their visibility on or off. I have created a reset button that when clicked fires the following code Private Sub Reset_Click() DoCmd.Close DoCmd.OpenForm "MasterForm" End Sub The goal is to basically reset everything...
Top Bottom