G
GD
Is there an easy way (i.e. not TOO much code) to merge multiple records in a
field, based on criteria in another field in the same table?
Sample table
LocNo Name
100 John
100 Jay
101 Kevin
102 David
102 Kelly
102 Mark
What I need is to add a 3rd field that would merge all names that have like
location numbers:
LocNo Name MultName
100 John John; Jay
100 Jay John; Jay
101 Kevin Kevin
102 David David; Kelly; Mark
102 Kelly David; Kelly; Mark
102 Mark David; Kelly; Mark
Any help?? THANKS!!
field, based on criteria in another field in the same table?
Sample table
LocNo Name
100 John
100 Jay
101 Kevin
102 David
102 Kelly
102 Mark
What I need is to add a 3rd field that would merge all names that have like
location numbers:
LocNo Name MultName
100 John John; Jay
100 Jay John; Jay
101 Kevin Kevin
102 David David; Kelly; Mark
102 Kelly David; Kelly; Mark
102 Mark David; Kelly; Mark
Any help?? THANKS!!