D Dave Elliott Apr 28, 2005 #1 How can I make the main form , lets call it Form1 refresh its data after Form2, a sub-forms data has changed?
How can I make the main form , lets call it Form1 refresh its data after Form2, a sub-forms data has changed?
G Guest Apr 28, 2005 #2 On Form2 create a small piece of code in the AfterUpdate event: forms("Form1").refresh You could also syncronize 2 forms with a macro, check out the access help file for a detailed explanation
On Form2 create a small piece of code in the AfterUpdate event: forms("Form1").refresh You could also syncronize 2 forms with a macro, check out the access help file for a detailed explanation