I have a table with a field called Material # that is 18 characters. When I display this field on the form, I only want to show the right 10 characters. When a user updated the field, I need to pad the left with zeroes, "0", update the table and then only display 10 characters.
I have tried using the before update and after update methods to control this. However, the form misbehaves.
Please help.
I have tried using the before update and after update methods to control this. However, the form misbehaves.
Please help.