Hi, I'm trying to generate a letterhead with the data I have. What I have is a field that says 1,2,3 and so on with people's name under them, 1 can have 5 names, 2 can have 3 and so on.
The letter head I need to make will say something like:
Hi [name field], please remember to take care of [1].
my problem is taking the [1] from the database I already have and change it into some form of text, like change [1] into [Throwing out the Trash].
Any help on this would be great, again I basically want to take the value from a field and generate a corresponding test based on the value. Thanks!