Ok here are two questions which I need to address.
1. I import a textfile and use comma as my seperator. However, one of the fields contains information which I would also like to split into seperate fields. This field currently holds both the weight and the width of the part i.e. 300x30 (300 wide & 30 thk). I want to seperate the two numbers into to serperate fields.
2. In the quantity field of my table, some parts have a great than 1 value. I want my database to read this value and generate the suffiecient amount of rows. I would also like to set the quantity value in all these rows to 1.
i.e. Quantity = 3, so duplicate the row twice to have 3 rows and change the quantity to 1.
Any help on these would be great.
Woody.
1. I import a textfile and use comma as my seperator. However, one of the fields contains information which I would also like to split into seperate fields. This field currently holds both the weight and the width of the part i.e. 300x30 (300 wide & 30 thk). I want to seperate the two numbers into to serperate fields.
2. In the quantity field of my table, some parts have a great than 1 value. I want my database to read this value and generate the suffiecient amount of rows. I would also like to set the quantity value in all these rows to 1.
i.e. Quantity = 3, so duplicate the row twice to have 3 rows and change the quantity to 1.
Any help on these would be great.
Woody.