Changes don't appear in my subform when I enter a new record

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MSTC
    New Member
    • Sep 2014
    • 2

    #1

    Changes don't appear in my subform when I enter a new record

    I have a form that contains the user interface, and there I have an independent subform that reads data from a form. When I double click to a record, a second subform pops up and I enter the new details there

    The problem I have is when I add a new record and click the save button I created, the subform doesn't reflect the changes. I have to close the form of the UI and open it again to see the new record, or go to the table

    How can I solve this?

    Thank you!!!
  • Seth Schrock
    Recognized Expert Specialist
    • Dec 2010
    • 2965

    #2
    In your second form (the one where enter the new record), add an On_Close event procedure. In the event, requery the form that has all the data.

    Comment

    • MSTC
      New Member
      • Sep 2014
      • 2

      #3
      Thank you! Works like charm

      Comment

      Working...