G Guest Nov 6, 2006 #1 I have the following table... Field1 Field2 A 1 A 2 B 5 B 8 How do I produce the following result? A 1, 2 B 5, 8
I have the following table... Field1 Field2 A 1 A 2 B 5 B 8 How do I produce the following result? A 1, 2 B 5, 8
D Douglas J. Steele Nov 6, 2006 #3 Take a look at http://www.mvps.org/access/modules/mdl0004.htm or http://www.mvps.org/access/modules/mdl0008.htm at "The Access Web"
Take a look at http://www.mvps.org/access/modules/mdl0004.htm or http://www.mvps.org/access/modules/mdl0008.htm at "The Access Web"
J John Vinson Nov 6, 2006 #4 I have the following table... Field1 Field2 A 1 A 2 B 5 B 8 How do I produce the following result? A 1, 2 B 5, 8 Click to expand... See the sample code at http://www.mvps.org/access/modules/mdl0004.htm John W. Vinson[MVP]
I have the following table... Field1 Field2 A 1 A 2 B 5 B 8 How do I produce the following result? A 1, 2 B 5, 8 Click to expand... See the sample code at http://www.mvps.org/access/modules/mdl0004.htm John W. Vinson[MVP]