Our database has a text field which the user is required to enter a numeric project id via a form. Most of the project id is less than 6 digits long, however we need to add leading zeros to ensure it is stored as 6 digits.
How do we add the leading zeros and, more importantly, REFRESH the screen so that the 6 digits long project id is reflected on screen/form as soon as the user tab (or click/move) out of the field in the form?
We have a separate "Save" button
How do we add the leading zeros and, more importantly, REFRESH the screen so that the 6 digits long project id is reflected on screen/form as soon as the user tab (or click/move) out of the field in the form?
We have a separate "Save" button