I have a table with two columns ( OrderNr and Client)
So lets say I have in this table three records:
I would like to have them printed(or just shown on screen) like this:
100001/AA0001;100002/RA0005;100003/BV0034
is there a way to get this done?
So lets say I have in this table three records:
Code:
ORDER CLIENT
100001 AA0001
100002 RA0005
100003 BV0034
I would like to have them printed(or just shown on screen) like this:
100001/AA0001;100002/RA0005;100003/BV0034
is there a way to get this done?