Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Simple printing question.

Status
Not open for further replies.

Blamdude

Technical User
Jan 2, 2008
43
0
0
US
I'm putting together a letter to send out to a group of customers. The customer's first name is in customers.firstname.

How do I write a formula to print "Dear Dan" and then "Dear Molly" etc.

I tried as follows

"Hello" {customers.firstname}

but I just end up with the customer's first name.


Thanks
 
In the field explorer->formula->new->enter:

"Hello" + {customers.firstname}+", "

You would need a group on a customer ID or name, and then place the formula in the group header.

-LB
 
Sorry, that should have been:

"Hello " + {customers.firstname}+", "

...with a space after hello.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top