Hi
I'm on Crystal Reports 8.5 with an Access database.
I have a table that displays fundraiser's names when linked to a project. I currently have a formula to format the way a name displays in the report itself
if "Smith, John" in {TABLE.Fundraiser} then "Smith" else
if "Jones, Mark" in {TABLE.Fundraiser} then "Jones"
and so on for each member of staff. This works fine for when there is only one fundraiser attached to a project, but when there are more it only picks up the first fundraiser listed.
Is there a way that if the value in the table is
"Smith, John; Jones, Mark"
I can have a formula that would display
"Smith Jones"
I'm trying to avoid putting every possible combination of names in the formula as there are myriad options.
Thanks
Peter
I'm on Crystal Reports 8.5 with an Access database.
I have a table that displays fundraiser's names when linked to a project. I currently have a formula to format the way a name displays in the report itself
if "Smith, John" in {TABLE.Fundraiser} then "Smith" else
if "Jones, Mark" in {TABLE.Fundraiser} then "Jones"
and so on for each member of staff. This works fine for when there is only one fundraiser attached to a project, but when there are more it only picks up the first fundraiser listed.
Is there a way that if the value in the table is
"Smith, John; Jones, Mark"
I can have a formula that would display
"Smith Jones"
I'm trying to avoid putting every possible combination of names in the formula as there are myriad options.
Thanks
Peter