Repaint labels

A

an

Hello!

I Have a MainForm, SubForm1 and SubForm2
In SubForm2 I have a Textbox2 to show us a SubSUM2 value
with next labels, red and green.
When this SubSUM2 value change ( <0 or >0 ) the
labels "change" too between them, with Me.Repaint...
Work fine.

In SubForm1 is showed in Textbox1 the SubSUM1 value (where
SubSUM1 = SUM of SubSUM2).

In MainForm is showed in MainTextbox the MainSUM value
(where MainSUM = SUM of SubSUM1).

To repaint values in Textbox1 is necessary to click with
mouse in SubForm1 fields.

I would like automaticaly "repaint" the Textbox1 and
MainTextbox.

How is possible to do this, please?

Thanks in advance.
an
 
Top