Jump to content

Email Field Merge Problem


sarver__81

This topic is 6516 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

I am a new user and I am sure there is a simple solution. I have a large database of volunteers that I want to personlize emails to so I select the SEND MAIL feature...I specify a field name in the message (Tech Contact::First Name). If I don't put any other text in the box it correctly inserts the first name corresponding to the appropriate email...however I don't know how to insert any other text. When I insert something after that it asks for an OPERATOR and if I insert for example "Hello....then the field name" it puts just that in the email "Hello TECH CONTACT::FIRST NAME" This could be the easiest thing ever but I can't figure it out and it is honking me off....please help.

Link to comment
Share on other sites

anything that isn't enclosed in "" filemaker assumes to be a fieldname or a function call. So to do your task we would use the following (i've tried to mix and match a bit so you can get the idea.

"Hello " & TableName::FirstName & ",¶¶How are you today?¶¶Affectionatley Yours,¶¶" & Get(AccountName)

Link to comment
Share on other sites

This topic is 6516 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.