I have a basic table with 3 main columns - FirstName, LastName, and FullName. While filling out the registration form, the user is asked for their first and last names. Once the form is being processed (back to itself) I'd like the FullName column to be filled (FirstName+LastName) in the FullName column of the database.