Can anyone help with he following
I have a control on my form with format set to
@@@@@@-@@@@@@@@@@
and an input mask set to
>&&&&&&\-&&&&&&&&&&
My problem is when the user clicks on the control ("Named Others_Cost_Codes") the cursor stays wherever the user clicked but I would like the cursor to go to the start of the line. E.g the left - most position
I have tried
Me.Others_Cost_Codes.SelStart=0
but this doesn't seem to work
Many thanks
I have a control on my form with format set to
@@@@@@-@@@@@@@@@@
and an input mask set to
>&&&&&&\-&&&&&&&&&&
My problem is when the user clicks on the control ("Named Others_Cost_Codes") the cursor stays wherever the user clicked but I would like the cursor to go to the start of the line. E.g the left - most position
I have tried
Me.Others_Cost_Codes.SelStart=0
but this doesn't seem to work
Many thanks