L
lane55
I have a form with two general number text boxes one
contains a formula the other is just a number. I am trying
to change the backcolor of text1 if it is greater than text2.
On afterupdate of text1 I have
IF Me![text1] > Me![text2] Then Me.text1.backcolor = 1677215
Nothing happens, what am I missing?
contains a formula the other is just a number. I am trying
to change the backcolor of text1 if it is greater than text2.
On afterupdate of text1 I have
IF Me![text1] > Me![text2] Then Me.text1.backcolor = 1677215
Nothing happens, what am I missing?