I have two columns in a table. Column1 is people's last name and Column2 is the first letter of the name in Column1. For now, we manually insert the first letter into Column2. Is there a way to do the function format, such as
Left(Column1, 1), for Column2? So that when we insert the name in Column1, the first letter can be inserted into Column2 automatically.
Thank you.
Left(Column1, 1), for Column2? So that when we insert the name in Column1, the first letter can be inserted into Column2 automatically.
Thank you.