bricklebrit
Registered User.
- Local time
- Today, 21:38
- Joined
- Feb 10, 2002
- Messages
- 41
Hello,
I was wanting to write a personalized report letter using customer data. I was wanting to do a header like:
"Dear Joe,"
I have the entire customer name in one field and a seperate nickname field. So I would need a command that goes something like:
write "dear" &
IF [nickName] is null, then write first word of [customer] & ","
IF nickname is not null, then write [nickname] & ","
I'm not very good at coding, if anybody could help me out with the syntax, it would be greatly appreciated!
Thanks in advance!
I was wanting to write a personalized report letter using customer data. I was wanting to do a header like:
"Dear Joe,"
I have the entire customer name in one field and a seperate nickname field. So I would need a command that goes something like:
write "dear" &
IF [nickName] is null, then write first word of [customer] & ","
IF nickname is not null, then write [nickname] & ","
I'm not very good at coding, if anybody could help me out with the syntax, it would be greatly appreciated!
Thanks in advance!