UpdateOnChange

L

Liz James

My search for a form with custom navigation buttons has led me to a great
looking form on someone's website. The most important part of the code is the
method 'UpdateOnChange' used for the OnChange event of several text boxes.
I can't find any reference to UpdateOnChange in Access help or VB help and
that makes me feel a bit wary of using UpdateOnChange. Could anyone set my
mind at rest or otherwise?
 
V

Van T. Dinh

I haven't heard of this inbuilt method (unless it is introduced in A2003
which I haven't used much). Perhaps, it can be a custom Procedure and you
only see the call statement and not the actual Procedure.
 
L

Liz James

Thanks, a closer look did show a sub called UpdateOnChange. Thanks for your
help.
 
Top