G
Guest
I have a table that may contain one to several different records using the
same identifier/key. How do I combine them into one record? For example:
FROM-------
PIN Data1 Data2
1234 8:00 11:30
1234 12:30 15:00
4567 7:00 15:00
TO---------
PIN Field1 Field2 Field3 Field4
1234 8:00 11:30 12:30 15:00
4567 7:00 15:00
Any assistance will be greatly appreciated!!
same identifier/key. How do I combine them into one record? For example:
FROM-------
PIN Data1 Data2
1234 8:00 11:30
1234 12:30 15:00
4567 7:00 15:00
TO---------
PIN Field1 Field2 Field3 Field4
1234 8:00 11:30 12:30 15:00
4567 7:00 15:00
Any assistance will be greatly appreciated!!