Hey guys,
Quick question: I have a table (tbl1) that has names stored in the format "last, first mi" and a linked table (tbl2) that has other information I need, but the names are "first mi last" format. To have my query work, since it'll be based on name, I need to format tbl1 to match tbl2 in the name field. I'd do it manually, but there are over 1500 records for me to do. Is there some sort of code that could adjust my tables name format? Thanks!
Quick question: I have a table (tbl1) that has names stored in the format "last, first mi" and a linked table (tbl2) that has other information I need, but the names are "first mi last" format. To have my query work, since it'll be based on name, I need to format tbl1 to match tbl2 in the name field. I'd do it manually, but there are over 1500 records for me to do. Is there some sort of code that could adjust my tables name format? Thanks!