L
Len
I have a data entry form where a bound field has a Text format in the
underlying table. This field should be displayed as numeric. For example, if
the value of the field in the table is 15000, it should be displayed as
15,000. Correspondently, if I enter in the form 250000, it should be
displayed as 250,000 and stored as 250000. I could not use data conversion
functions because this is a data entry field. Can this issue be resolved
through the input mask?
Thanks.
underlying table. This field should be displayed as numeric. For example, if
the value of the field in the table is 15000, it should be displayed as
15,000. Correspondently, if I enter in the form 250000, it should be
displayed as 250,000 and stored as 250000. I could not use data conversion
functions because this is a data entry field. Can this issue be resolved
through the input mask?
Thanks.