But just need another thing coz I need to view it as:
= [txtLastName] & ", " & [txtFirstName] & " " & [txtMiddleInitial] & "."
LastName, First Name M.I.
So since last name and MI is still blank it will display:
, FirstName .
it should be
FirstName only without any punctuation,
it will...