Question about fields
Question about fields
(OP)
I am making a program for guests to a wedding. I have 3 field, salution, first and last name. I want to create another field called place card and have the information from (salution, frist and last name) to automatically go into the placecard field. Is there a way to do that? I know you experts probably know.
Thanks in advance
Cari
Thanks in advance
Cari
RE: Question about fields
_______________
[cN]
RE: Question about fields
PlaceCard = Combine(salutation,' ',firstname,' ',lastname)
Replace the field names in my example with your own.
Sue Sloan