G
Guest
OK, I feel stupid.
I writing code to conditionally change the back color of a field on a report
detail line. When I attempt to write something like this -
Me.txtBox.BackColor = 302, I type me. and I get a drop down of my text boxes
then I make it me.txtbox. and I don't have the BackColor drop-down option.
Do I need to add a reference?
Thank you in advance - Darryle
I writing code to conditionally change the back color of a field on a report
detail line. When I attempt to write something like this -
Me.txtBox.BackColor = 302, I type me. and I get a drop down of my text boxes
then I make it me.txtbox. and I don't have the BackColor drop-down option.
Do I need to add a reference?
Thank you in advance - Darryle