Change to underlying tables not reflected in a query or form?

M

me

It seem I have to close a Query/Form and then reopen it to get it to reflect
changes in underlying tables.

Is there a less combersome way?
 
R

Ray

me said:
It seem I have to close a Query/Form and then reopen it to get it to reflect
changes in underlying tables.

Is there a less combersome way?

Add a button on your form and put in the following code:

Docmd.requery


Regards,

Ray
 

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