Refresh a Query programmtically

B

Bob Richardson

In a form, I use a query based on two tables. I want to be able to change
the data in one of the tables on my form. After changing the data, it's
necessary to refresh the query. I presume I can do this in an after-update
event, but how?
 
Top