HI
I need to transfer all the worksheet data to the DB .But the problem here ls as seen in the attached file every worksheet data is been transferred to the 1 table called as "outer2".Al l the data is going inproper order but the problem is with the column "Type"
For ex-if the Sheet1 renamed as "W1" data is been transferred to the table every record belonging to W1 should show the value as "W1".
For this updation of column "Type" ,i m using update query which updates the table,but here while updating it tries to update the whole table whereas i require specific columns to contain value as "W1" ,while others as "W2" & so on....
So do i need to 've a separate table for the "type" or how should i design/restructure the table so that Sheet1 i.e "W1" data will be linked to type "W1" & "W2" data linked to type "W2".
Plz guide me...
I need to transfer all the worksheet data to the DB .But the problem here ls as seen in the attached file every worksheet data is been transferred to the 1 table called as "outer2".Al l the data is going inproper order but the problem is with the column "Type"
For ex-if the Sheet1 renamed as "W1" data is been transferred to the table every record belonging to W1 should show the value as "W1".
For this updation of column "Type" ,i m using update query which updates the table,but here while updating it tries to update the whole table whereas i require specific columns to contain value as "W1" ,while others as "W2" & so on....
So do i need to 've a separate table for the "type" or how should i design/restructure the table so that Sheet1 i.e "W1" data will be linked to type "W1" & "W2" data linked to type "W2".
Plz guide me...
Comment