Forum Moderators: phranque

Message Too Old, No Replies

Access / Excel DB Question

         

jk3210

11:24 pm on Oct 3, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



In an Access database or Excel spreadsheet, is there any way to get a data set like in the first example (repeating Name records in Field1 due to additional data contained in other fields)

ID Field1 Field2 Field3

1 Name1 data data
2 Name1 ---- data
3 Name1 ---- data
4 Name2 data data
5 Name2 ---- data
6 Name2 ---- data
7 Name3 data data
8 Name3 ---- data
9 Name3 ---- data

and move that data to additional fields, so there is only one record per field1 Name, like below:

ID Field1 Field2 Field3 Field4 Field5

1 Name1 data data data data
2 Name2 data data data data
3 Name3 data data data data

iamlost

8:27 pm on Oct 4, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I haven't used Access for years but ...

Checkout multiple value field and crosstab queries in your Access Help menu or at microsoft.com

jk3210

1:37 am on Oct 5, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks. I gave both a try, but no help. Looks like I'm down to hand-editing 263,000 records.