Hi all
This is probably a stupid question but...
I have a table with 59,000 records of unique data. I need to take 57 fields per record make a single column of data out of it but stamp each of the 57 records with the unique ID of the record.
I.e.
[ID][field1][field2][field3] etc...
to
[ID][field1]
[ID][field2]
[ID][field3]
etc...
If I can get the field names as well as values then I'll be really happy but I can do this as a seperate process if need.
Thanks in advance
Also posted (by mistake) onto the forms forum...
This is probably a stupid question but...
I have a table with 59,000 records of unique data. I need to take 57 fields per record make a single column of data out of it but stamp each of the 57 records with the unique ID of the record.
I.e.
[ID][field1][field2][field3] etc...
to
[ID][field1]
[ID][field2]
[ID][field3]
etc...
If I can get the field names as well as values then I'll be really happy but I can do this as a seperate process if need.
Thanks in advance
Also posted (by mistake) onto the forms forum...