I would like to refresh my document when i come out of a subform… can someone tell me how to do this??
Subject: Refreshing Document
you can try next variant.- when you set cursor into any field in subform you set the FlagField in 1;
-
then, when you entering into another field you every time check the field and the FlagField;
-
So, if you set cursor into field that store not in subform and the FlagField equal to 1 you refresh the document and change the FlagField to 0.
is it appropriate for you ?