J
JohnE
I have a subform on a main form. In the subform the user will be entering
decimal numbers for precision testing. The backend sql server table is
allowing for 4 decimal places (ex 10.0001). The users may not always enter 4
decimal places depending on the instrument and the degree of precision
needed. So, a user could enter 1.01 or .015 or .0001, as examples. But the
backend sql server table will add a zero to complete the empty decimal place,
if necessary. For a Mech Eng there is a difference between .001 and .0010.
So another field is there to record the number of decimal places that the
user typed in. The field is hidden on the subform (continuous) to record the
count. My thought was to put in the afterupdate of the field they type the
info in. How do I make a count such as that?
Thanks.
.... John
decimal numbers for precision testing. The backend sql server table is
allowing for 4 decimal places (ex 10.0001). The users may not always enter 4
decimal places depending on the instrument and the degree of precision
needed. So, a user could enter 1.01 or .015 or .0001, as examples. But the
backend sql server table will add a zero to complete the empty decimal place,
if necessary. For a Mech Eng there is a difference between .001 and .0010.
So another field is there to record the number of decimal places that the
user typed in. The field is hidden on the subform (continuous) to record the
count. My thought was to put in the afterupdate of the field they type the
info in. How do I make a count such as that?
Thanks.
.... John