Hi Troy,
You might try putting this in the GotFocus event code:
THIS.SelStart = 0
- Bill
> > > Hi,
> > >
> > > I have an numeric field bound to a form texbox. I have a input mask of "9999999999"
> > >
> > > When the user clicks into the textbox I want the insersion point to immediately go to
> > > the extreme left in the textbox to accept the full 10 digit inputs.