Hello guys.
I would like to create an cursor from my original table the problem is it has different structure.
my original table look like this.
from this table i'de to like to create a cursor look like this.
the model list become a field. is it possible? your advice is highly appreciated... thanks
I would like to create an cursor from my original table the problem is it has different structure.
my original table look like this.
Code:
modelno defect_type qty
test1 scratch 10
test2 dent 5
test3 deform 20
from this table i'de to like to create a cursor look like this.
Code:
defect_type test1 test2 test3
scratch 10
dent 5
deform 20
the model list become a field. is it possible? your advice is highly appreciated... thanks