S
Steve Miller via AccessMonster.com
On a form I want the color of one textbox to change, when the value in
another textbox is altered (under some condition, e.g. number>100). That
worked well with the exception of one problem: the color change takes only
place when I first go to another recordset and then back again - maybe
that's the case because I have put that code into a Sub Form_Current, but I
don't wanna change that (or should I?).
Instead I tried to create an Update-button and was almost successful with
me!requery.
"almost" because that brought me to the first set of records and not to the
one I have changed.
Now I hope that somebody could give me a hint, how I can update the color
without leaving this particular record.
(btw: refresh, repaint, recalc didn't work)
another textbox is altered (under some condition, e.g. number>100). That
worked well with the exception of one problem: the color change takes only
place when I first go to another recordset and then back again - maybe
that's the case because I have put that code into a Sub Form_Current, but I
don't wanna change that (or should I?).
Instead I tried to create an Update-button and was almost successful with
me!requery.
"almost" because that brought me to the first set of records and not to the
one I have changed.
Now I hope that somebody could give me a hint, how I can update the color
without leaving this particular record.
(btw: refresh, repaint, recalc didn't work)