Hi
My data table has a field for names of honorees. In the data source table the names in that field are ...
Smith, John; Smith, Jane; Roberts, Sam; Roberts, Karen
What function do I use so that CR XI will display on my report...
John Smith, Jane Smith, Sam Roberts, Karen Roberts
I'm experimenting with split([field], ";") right now but I'm getting errors say the array must be subscripted. I'll keep working with it but was hoping someone has some experience with this.
My data table has a field for names of honorees. In the data source table the names in that field are ...
Smith, John; Smith, Jane; Roberts, Sam; Roberts, Karen
What function do I use so that CR XI will display on my report...
John Smith, Jane Smith, Sam Roberts, Karen Roberts
I'm experimenting with split([field], ";") right now but I'm getting errors say the array must be subscripted. I'll keep working with it but was hoping someone has some experience with this.