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
 
Top