Dave Eyley
Registered User.
- Local time
- Today, 11:01
- Joined
- Sep 5, 2002
- Messages
- 254
Hi All,
I tried to use this on an AfterUpdate on a textbox Control -
If A>B Then
Me!Control.BackColor=255
Else
Me!Control.Backcolor=#FFFFFF
End If
I want it the background to red if A>B and to remain white otherwise but all I get is a black background when it should be white. I tried using the new 2010 convention of Background 1 with and without quotes but nothing seems ot work.
In 2003 you used to get a decimal or hex number option when you used the color picker but that doesn't seem to be the case now.
Any thoughts/help would be appreciated.
Dave
I tried to use this on an AfterUpdate on a textbox Control -
If A>B Then
Me!Control.BackColor=255
Else
Me!Control.Backcolor=#FFFFFF
End If
I want it the background to red if A>B and to remain white otherwise but all I get is a black background when it should be white. I tried using the new 2010 convention of Background 1 with and without quotes but nothing seems ot work.
In 2003 you used to get a decimal or hex number option when you used the color picker but that doesn't seem to be the case now.
Any thoughts/help would be appreciated.
Dave