Closing and Updating

  • Thread starter Thread starter Tony
  • Start date Start date
T

Tony

I have a form that shows all of my brands in tabular form
and I have a pop up form to add a brand. On that form I
have a button to Update, which I want to save the record,
close the form, and update the other form to show the new
record. How do I do this?

Thankyou in advance!
 
Add this piece of code between the line that saves the
record and the line that closes the form.

Forms!YourFormName.Requery
 
Back
Top