Hi
In Access 2007 the back colors are showing in a shortened Hex form I
think (?), which is incompatible with the VBA command to set the
backcolor. For example I use a light blue color, which is showing as:
#7EC6DA but Me.Detail.BackC olor =#7EC6DA doesn't work!
What I would like to do is to conditionally format form back colors
according to a lookup critierias. Does anyone know the syntax for
setting the correct value for the new A2007 color properties in VBA?
thanks
David
In Access 2007 the back colors are showing in a shortened Hex form I
think (?), which is incompatible with the VBA command to set the
backcolor. For example I use a light blue color, which is showing as:
#7EC6DA but Me.Detail.BackC olor =#7EC6DA doesn't work!
What I would like to do is to conditionally format form back colors
according to a lookup critierias. Does anyone know the syntax for
setting the correct value for the new A2007 color properties in VBA?
thanks
David
Comment