Newbies sarver__81 Posted June 21, 2006 Newbies Posted June 21, 2006 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.
Genx2 Posted June 21, 2006 Posted June 21, 2006 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)
Lee Smith Posted June 21, 2006 Posted June 21, 2006 except the ¶¶ needs to be enclosed in "" i.e. "¶¶" :P
Genx Posted June 21, 2006 Posted June 21, 2006 They are enclosed, look carefully... i probably should've used spaces i wasn't sure myself at first
Recommended Posts
This topic is 6722 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