D
DontKnow
Hi Guys,
I am trying to change the color of a textbox in a subform, but so far with
not much luck.
The code that I am currently using is:
Me.textboxname.backcolor = 255 'To change the color of the textbox to red
Me.textboxname. value = "changeme"
The 2nd line of cocde works but unfortunately I cannot get the background
color to change. I don't know what I am doing wrong.
I have also tried:
Me.textboxname.backcolor = rgb(255,0,0)
and still no luck!!
I am using the textbox in a subform and datasheet view ( i believe that you
can change the backcolor of a textbox in a subform and datasheet view during
runtime??)
Any suggestions??
Cheers,
I am trying to change the color of a textbox in a subform, but so far with
not much luck.
The code that I am currently using is:
Me.textboxname.backcolor = 255 'To change the color of the textbox to red
Me.textboxname. value = "changeme"
The 2nd line of cocde works but unfortunately I cannot get the background
color to change. I don't know what I am doing wrong.
I have also tried:
Me.textboxname.backcolor = rgb(255,0,0)
and still no luck!!
I am using the textbox in a subform and datasheet view ( i believe that you
can change the backcolor of a textbox in a subform and datasheet view during
runtime??)
Any suggestions??
Cheers,