Requery & events

Incisor

Registered User.
Local time
Yesterday, 18:21
Joined
May 15, 2003
Messages
16
I am trying to change the backcolor of a textbox in a continuous record form. When the value is determined to be a negative number the color should shift. This ideally would follow a requery of my form.

I can't seem to find the event that will allow testing for negative values for each record.
 
What version of Access are you using? Access 2000 and 2002 support conditional formatting in continuous forms; Access '97 doesn't.

That's as much as I know!
 
Crud :(.... Access 97
 
It can be done in 97, but it's easier to use the Format property of the control to change the fore colour
 
Humm ok,

Fore color or Back color either seems fine but it is the trigger mechanism after a requery that I am lacking. Any insights there?
 
Set the format property of the numeric control to
£#,##0.00[Black];£#,##0.00[Red], remove the currency symbol if the field's just numeric
 
Very cool, thanks.

I thought all that was available was what appeared on the drop down.
 

Users who are viewing this thread

Back
Top Bottom