W
williamr
I'm trying to change the color of a text box when the user tabs into it.
It's a subform but I can't make it work. I'm using this format:
Forms!Name![Slips Subform].Date1.BackColor = RGB(255, 0, 0)
where 'Name' is the form & 'Slips' is the subform.
Thanks
It's a subform but I can't make it work. I'm using this format:
Forms!Name![Slips Subform].Date1.BackColor = RGB(255, 0, 0)
where 'Name' is the form & 'Slips' is the subform.
Thanks