G
Guest
I am using Access 2002. I have this datasheet subform where my user enters
numeric data into a text box to populate the related field in the datasheet.
By default, whenever a new record is created, the value of the field is set
to 0.
Things work wonderful when the user enters data in one cell (text box) and
just tabs over to the next cell to enter in her data. This is because the 0
that is created by default when the new record is created is completely
highlighted when the she tabs over to it. She can then enter her new number
which writes over the 0.
Her complaint is that when she mouses over to the cell instead of tabbing
over to it, and puts the cursor in the text box, rather than highlight the 0
to write over it, the "I-beam" from the mouse simply sticks the cursor before
or after the 0, depending upon where she places it. The result is that she
has a 0 attached to the number she entered that she has to go back to and
delete.
I have tried setting up an input mask, but it doesn't work for a numeric
data type.
My question is: Is there some type of property I can set for the text box
control to always completely highlight the data when the mouse clicks on it,
much like the data is highlighted when you tab over to it?
Thanks
numeric data into a text box to populate the related field in the datasheet.
By default, whenever a new record is created, the value of the field is set
to 0.
Things work wonderful when the user enters data in one cell (text box) and
just tabs over to the next cell to enter in her data. This is because the 0
that is created by default when the new record is created is completely
highlighted when the she tabs over to it. She can then enter her new number
which writes over the 0.
Her complaint is that when she mouses over to the cell instead of tabbing
over to it, and puts the cursor in the text box, rather than highlight the 0
to write over it, the "I-beam" from the mouse simply sticks the cursor before
or after the 0, depending upon where she places it. The result is that she
has a 0 attached to the number she entered that she has to go back to and
delete.
I have tried setting up an input mask, but it doesn't work for a numeric
data type.
My question is: Is there some type of property I can set for the text box
control to always completely highlight the data when the mouse clicks on it,
much like the data is highlighted when you tab over to it?
Thanks