s0ccerdude
Technical User
I am trying to add an "email" field from a table of contact data. In the contacts table, each record consists of a "first name" and "last name" field. The email addresses for these contacts are predictable. Each follows the following format:
first letter first name + last name + extension
For instance:
Bob Smith would be bsmith@emailaddress.com
I'm looking to use a query expression to return the first letter of the first name, which I will use to concatenate with the last name and address extension. Is there a way to set up a query that returns only the first letter of the field?
first letter first name + last name + extension
For instance:
Bob Smith would be bsmith@emailaddress.com
I'm looking to use a query expression to return the first letter of the first name, which I will use to concatenate with the last name and address extension. Is there a way to set up a query that returns only the first letter of the field?