Marc
TPer Emeritus
- Messages
- 34,835
- Edit My Images
- Yes
As I got such good help the last time I thought I'd pose another question.
I have downloaded a module for Access that turns a form field yellow when it is active. The only thing is that the colour is quite insipid and not as obvious as I'd like. I have gone into the vba code but the colour code seems a bit strange. It's described as an RGB code but doesn't look like one to me. :shrug:
Code is below, anyone know the code for a darker yellow?
I have downloaded a module for Access that turns a form field yellow when it is active. The only thing is that the colour is quite insipid and not as obvious as I'd like. I have gone into the vba code but the colour code seems a bit strange. It's described as an RGB code but doesn't look like one to me. :shrug:
Code is below, anyone know the code for a darker yellow?
'The RGB value to use as a control's Back Color when it has focus.
Private Const mlngcFocusBackColor = &HB0FFFF

