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
 

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

Back
Top