Hi there,
not yet desperate but in huge help. We made an aquisition and got a bad legacy system
I got out of a legacy system a file which I got into Access and it looks like this:
Col1 Col2 Col3 Col4 Col5 Col6
1 05.05.04 $20
2 03.07.05 $30
3 PCN007 0
4 01.03.03 $50
5 05.09.06 $90
6 PCN003 0
It is an inventory file and has transaction data. There are only two thing for absolutely certain:
# Whenever col2 has something that DOES NOT look like a date, than it is a part number.
# That part number (in above PCN007, PCN003) is always the last row for that item. I need to convert the table like this:
Col1 Col2 Col3 Col4
1 PCN007 $20 05.05.04
2 PCN007 $30 03.07.05
3 PCN007 0 Empty
4 PCN003 $50 01.03.03
5 PCN003 $90 05.09.06
6 PCN003 0 Empty
The big question is how do I do this???
Any help would be greatly appreciated.
Thank You in advance.
Cheers
not yet desperate but in huge help. We made an aquisition and got a bad legacy system
I got out of a legacy system a file which I got into Access and it looks like this:
Col1 Col2 Col3 Col4 Col5 Col6
1 05.05.04 $20
2 03.07.05 $30
3 PCN007 0
4 01.03.03 $50
5 05.09.06 $90
6 PCN003 0
It is an inventory file and has transaction data. There are only two thing for absolutely certain:
# Whenever col2 has something that DOES NOT look like a date, than it is a part number.
# That part number (in above PCN007, PCN003) is always the last row for that item. I need to convert the table like this:
Col1 Col2 Col3 Col4
1 PCN007 $20 05.05.04
2 PCN007 $30 03.07.05
3 PCN007 0 Empty
4 PCN003 $50 01.03.03
5 PCN003 $90 05.09.06
6 PCN003 0 Empty
The big question is how do I do this???
Any help would be greatly appreciated.
Thank You in advance.
Cheers