Patricia Posted May 26, 2014 Posted May 26, 2014 I am sending emails from FM 13. I want the name of the person who it is address to included with the email address: John Doe <[email protected]> I have no problem bringing the address to Apple Mail but can not get the name and address. This does not seem to be a difficult problem but for some reason all the methods I have tried do not work. Thank You Patricia
hbrendel Posted May 26, 2014 Posted May 26, 2014 Tablename::FirstName & " " & Tablename::Lastname & " <" & Tablename::Email & ">" Use the correct Tablename and Fieldnames
Patricia Posted May 26, 2014 Author Posted May 26, 2014 Thanks. That is what I am already doing. Contacts:Name & "<"& Contacts:Email &">" patricia
hbrendel Posted May 27, 2014 Posted May 27, 2014 It should be: Contacts::Name & " <" & Contacts::Email & ">"
Recommended Posts
This topic is 4182 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now