First initial of name

J

Jeff

How do I return the first initial of the first name.
Eg. Smith, J

The code presently in the query field:

ClientFullName: [ClientLastName] & ", " & [ClientFirstName]

This is a HIPA issue. I can not show the clients full name
 
J

Jeff

Figured it out...sorry if anyone is efforting this request
ClientTrunName: Left([ClientLastName],1) & ", " & [ClientFirstName]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top