Detail Back Color Question

J

John Lane

Me.Detail.BackColor = RGB(237, 28, 36)

in a subform On Current event doesn't do anything. Anyone know why?
 
B

babyatx13 via AccessMonster.com

Try ED1C24 instead
If you notice in properties when you create from “more colors†or “custom
colors†the actual code in the property is not RGB(237, 28, 36) it comes out
to something else (ED1C24).

K Board
 
Top