GlenLynam
MIS
- Jul 26, 2002
- 121
I have an excel spreadsheet that looks like the following...
ID Number Docs
1 2 1;2
2 3 1;2;3
3 1 1
4 3 1;2;3
the output in the access table needs to be...
ID Docs
1 1
1 2
2 1
2 2
2 3
3 1
4 1
4 2
4 3
How would i go about splitting the records in this way.
Thanks
Glen
ID Number Docs
1 2 1;2
2 3 1;2;3
3 1 1
4 3 1;2;3
the output in the access table needs to be...
ID Docs
1 1
1 2
2 1
2 2
2 3
3 1
4 1
4 2
4 3
How would i go about splitting the records in this way.
Thanks
Glen