Hi,
I have a form with lots of textboxes. I dont want to write the same code for all of the textboxes, when the user enters the field.
Me.txtboxABC.SelStart = 0
me.txtboxABC.backcolor=10092543
when the user leaves the field
me.txtboxABC.backcolor=-2147483643
So, I think i just need to know what field has the focus to write my sub
thx
Al
I have a form with lots of textboxes. I dont want to write the same code for all of the textboxes, when the user enters the field.
Me.txtboxABC.SelStart = 0
me.txtboxABC.backcolor=10092543
when the user leaves the field
me.txtboxABC.backcolor=-2147483643
So, I think i just need to know what field has the focus to write my sub
thx
Al