Make the form refresh itself?

D

Dave Elliott

How can I make the main form , lets call it Form1 refresh its data after
Form2, a sub-forms data has changed?
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top