refresh

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

i have a form with 3 subforms in it. my problem is i may
change data in one of the subforms and want it to refresh
once i move to the next field but it doesnt. if i change
the data then hit refresh at the top or requery (shift F9)
it refreshes right away is there code or a macro
that can help me do this ? i know there is a macro
requery but not sure what property to use or how to do
it your help is greatly appreciated
..
 
-----Original Message-----
i have a form with 3 subforms in it. my problem is i may
change data in one of the subforms and want it to refresh
once i move to the next field but it doesnt. if i change
the data then hit refresh at the top or requery (shift F9)
it refreshes right away is there code or a macro
that can help me do this ? i know there is a macro
requery but not sure what property to use or how to do
it your help is greatly appreciated
..
Hi Dan,

in the field_AfterUpdate() event have me.requery (all form
controls) or field.requery (field only such as a combobox)

Luck
Jonathan
 
Back
Top