Hi there,
I have the following data
I need to wite the value in row 84 to column 1 of my table, 88 to column 2 and so on.
What would be the best way to do this?
Thanks
Geoff
I have the following data
Code:
ID Field1
84 "<font color=""#000080"">MILANO</font>"
88 "<font color=""#000080"">IT</font>"
218 "<font color=""#000080"">LONDON</font>"
222 "<font color=""#000080"">UK</font>"
I need to wite the value in row 84 to column 1 of my table, 88 to column 2 and so on.
What would be the best way to do this?
Thanks
Geoff