I have a table which has two fields: store name and customer name. I would like to change this to store name, customer name1, customer name2. To further iterate, the table looks like this now:
Joes store, Susie Smith
Joes store, Mark Jones . . .
I would like to change this to
Joes store, Susie Smith, Mark Jones
Is there an easy way to do this?
Joes store, Susie Smith
Joes store, Mark Jones . . .
I would like to change this to
Joes store, Susie Smith, Mark Jones
Is there an easy way to do this?