I'm doing a program and would like to know how do I save a field that contains only characters, but just send the code to your bank? I am using two tables to save the data and the field I want to save is the foreign key that would be the code. I am doing the program in visual studio and using sql Developer (Oracle) as a database. Below are the two tables, I am saving in the table Employee, and the code_charge is my foreign key. What I want to do is save in the form the job name, for example (Manager), but send the code of that field to the bank. I did an insert in the bank with the charges and also did a carry combo to bring the charges to that charge field.