Hi,
I have an MS Access database that tracks backup tapes for Daily LAN backups. These get inputted each day. Each tape is externally labelled with a prefix of 'UTIL10', followed by 3 digit numbers. (ie: UTIL10122). I want the fields to be formatted so that the users only have to enter the last 3 digits.
I have text boxes setup in the form to input these numbers. They are called UT1, UT2, UT3...... Under the properties for each I have an Input Mask, using a literal, set up as such:
"UTIL10"999;;
When I tab to this field, however, and then go to enter 122 the result will show up as UTIL1022 (no 1). You have to press the '1' key twice in a row to get the UTIL10122 to show up. Does anyone know why this is happening?
Thanks.
I have an MS Access database that tracks backup tapes for Daily LAN backups. These get inputted each day. Each tape is externally labelled with a prefix of 'UTIL10', followed by 3 digit numbers. (ie: UTIL10122). I want the fields to be formatted so that the users only have to enter the last 3 digits.
I have text boxes setup in the form to input these numbers. They are called UT1, UT2, UT3...... Under the properties for each I have an Input Mask, using a literal, set up as such:
"UTIL10"999;;
When I tab to this field, however, and then go to enter 122 the result will show up as UTIL1022 (no 1). You have to press the '1' key twice in a row to get the UTIL10122 to show up. Does anyone know why this is happening?
Thanks.