concatenate 2 dynamic fields to make a 3
I have an ASP form with 3 text fields (vendor number (field1), my part number(field2) & unique number(field3)) what I want to do is build the unique number (third field) by concatenating the vendor number and my part number together when the user clicks the submit button.
Ihave sucessfully built the form to populate the DB with the vendor number and my part number, but have no idea how to get the first two fields to build the third unique field, when the submit action is processed?
Can this be achieved, if so how???
