Hello, strange problem here. It was working then 'Something' must have happened to change it.
When I type into all the textboxs on my form, the the text is backwards, in other words if I try to type
'ABC' into the box, the cursor slides left after every stroke resulting in 'CBA' in the box. I have already looked at
the propertys box at the 'RightToLeft' and it is FALSE on all forms so thats not it. I have never seen this happen before.
Any ideas on what I may have done without realizing it to make this happen?

I do have some code in the TextBox_Change() event but it only forces caps on.
Here is the code --- txtTYPE.Text = UCase(txtTYPE.Text) ---

Like I said this WAS working fine, then I noticed it. Not sure what I did to make it change.

Any ideas??
Thanks