ArturoPeña
New member
- Local time
- Today, 07:39
- Joined
- Jun 6, 2012
- Messages
- 5
ok, a little context: i have a Data Event macro set up to send an email whenever a new record is created.
its set up like this:
SendEmail
to =([Maintbl].[CustEmail])
cc
Subject Test Email
Body ??
what i want to accomplish is to pull the customer name from a field on Maintbl so that it personalizes the Body of the email.
example:
"Dear (CustName),
fixed text body information goes in here"
is there a way to do this?
its set up like this:
SendEmail
to =([Maintbl].[CustEmail])
cc
Subject Test Email
Body ??
what i want to accomplish is to pull the customer name from a field on Maintbl so that it personalizes the Body of the email.
example:
"Dear (CustName),
fixed text body information goes in here"
is there a way to do this?