P
Paul Blay
I couldn't really fit a good description in the subject for this one ...
Basically assume you have some table like this.
Name Job
======+===============
Fred | Photocopying
Fred | Making tea
Mike | Data Entry
Mike | Mail shots
And what you want is something like this
Name Job List
======+==========================
Fred | Photocopying, Making tea
Mike | Data Entry, Mail shots
Or this,
Name Job One Job Two
======+==============+============
Fred | Photocopying | Making tea
Mike | Data Entry | Mail shots
(There can be a variable number of 'jobs' per person - but maximum of
six or so, not some unmanagably high number).
Any suggestions?
Basically assume you have some table like this.
Name Job
======+===============
Fred | Photocopying
Fred | Making tea
Mike | Data Entry
Mike | Mail shots
And what you want is something like this
Name Job List
======+==========================
Fred | Photocopying, Making tea
Mike | Data Entry, Mail shots
Or this,
Name Job One Job Two
======+==============+============
Fred | Photocopying | Making tea
Mike | Data Entry | Mail shots
(There can be a variable number of 'jobs' per person - but maximum of
six or so, not some unmanagably high number).
Any suggestions?