A azhar2006 Registered User. Local time Today, 07:01 Joined Feb 8, 2012 Messages 293 Today at 5:10 AM #1 Hello everyone I am trying to add an update button after adding data to a subform. But I want the place or location of this button in the main form
Hello everyone I am trying to add an update button after adding data to a subform. But I want the place or location of this button in the main form
DHookom Active member Local time Today, 09:01 Joined Aug 7, 2024 Messages 289 Today at 5:37 AM #2 The code depends on the name of your subform control. It might be something like Code: Me.[your subform].Form.Requery
The code depends on the name of your subform control. It might be something like Code: Me.[your subform].Form.Requery
arnelgp ..forever waiting... waiting for jellybean! Local time Today, 23:01 Joined May 7, 2009 Messages 20,005 Today at 10:27 AM #3 what do you need to Update?