I have a form - frmProducts
The Table is tblProducts with a field prd_Value
prd_Value is defined as Decimal, currency, 18 ,2
The field on the form is a Textbox, bound to the prd_Value field,Format= Currency, 2 decimal places.
The user is entering data and hits the Tab key to move through the fields. They Tab into the Value field on the form and want to enter 67 (for $67.00). The form only lets them enter the 6 and will not accept any more digits.
IF the user moves through the fields with the "Right Arrow" key, when they land on the value field, they can enter 67 just fine.
I do not have this problem entering data directly into the table, only when using the form.
Any ideas?
The Table is tblProducts with a field prd_Value
prd_Value is defined as Decimal, currency, 18 ,2
The field on the form is a Textbox, bound to the prd_Value field,Format= Currency, 2 decimal places.
The user is entering data and hits the Tab key to move through the fields. They Tab into the Value field on the form and want to enter 67 (for $67.00). The form only lets them enter the 6 and will not accept any more digits.
IF the user moves through the fields with the "Right Arrow" key, when they land on the value field, they can enter 67 just fine.
I do not have this problem entering data directly into the table, only when using the form.
Any ideas?