Contact Mgmt Template

R

Rick Ehrheart

I'd like the "Dear" entry of the Contact Management
template to default to "Rev. [LastName]" picking up the
Last Name that I entered just 2 fields prior on the same
form... But doesn't seem to work for me. Please help.
Thanks.
 
K

khawkins

The way I would do this is in the after update event for last name I would write a bit of code that updated the Dear field with Rev. [LastName]. Then every time you entered a last name the dear field would populate
 
Top