I've followed the steps in the other thread, but to no avail... it ends up referencing a different issue.
I need to make the UDTB1 field in the customer table accept more characters.
This is what I've done so far.
This is the updated from the Step1.ascx so I have a larger input field.
In the Database:
Updated the field UDTB1 in the Smith_Customer to be varchar (500).
Updated the SP:
Smith_UpdateCustomer and Smith_AddCustomer so the UDTB1 field is varchar (500)
What else do I need to do?
UPDATE:
I was able to run an update query with a long copy block and it updated the field okay... the problem is getting the copy into the field from the form.