M
Mick Horan
Hi,
I have a form that has a number of fields that I use to input data, these
fields are all numeric. I use a Temporary table to hold this data and then
append it to the correct table using an append query. It all works fine
except I have a small problem.
When the form comes up and I enter my data there is already a Zero in each
field and if I don't watch what I am doing as I enter a number, for example
"12" and tab to the next field the previous field will contain "120". If I
enter "7" it will be "70". This is frustrating cause I then have to go back
and delete the Zero.
Is there some way or a property that I can set that will automatically over
type this Zero?
Thanks for the help, Mick
I have a form that has a number of fields that I use to input data, these
fields are all numeric. I use a Temporary table to hold this data and then
append it to the correct table using an append query. It all works fine
except I have a small problem.
When the form comes up and I enter my data there is already a Zero in each
field and if I don't watch what I am doing as I enter a number, for example
"12" and tab to the next field the previous field will contain "120". If I
enter "7" it will be "70". This is frustrating cause I then have to go back
and delete the Zero.
Is there some way or a property that I can set that will automatically over
type this Zero?
Thanks for the help, Mick