Hello,
Is there an easy way to trim out a middle name and only have middle initial with a period? My next question is, what happens if there is not middle name? I tried doing a left function, but I couldn't get it to work.
([LAST_NAME ] & ' ' & [FIRST_NAME]) & ' ' & (' '+[MI]+' ')
Thanks,
Deano