how can I put requary in Access field from a form?

K

Kevin

With no other information, you need to determine what would constitute the
need to requery. I suspect you've done this. If say a field changes which
might change data displayed in other fields then in the field that initiates
the change in the afterupdate event put the following code:

Me!fieldname.Requery ' fieldname is the field you want requeried

Hope that helps!

Kevin
 

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