Hello, I am trying to create a stored procedure that gets called in the insert trigger of a table, that when adding a record a certain field (width of 7 and a character type) gets formated like PADL('field',7). I have tried doing in a stored procedure to no avail and I have also tried just adding directly in the insert trigger. I get a datatype mismatch error if I try adding directly in the trigger and get nothing via stored procedure.