J
jacobe2008
I have a table that has 2 fields with the following data
field1 field2
department1 a, b, c
department2 d, e, f
I would like to rearrange the data and create a table that is set up like the
following:
field1 field2
department1 a
department1 b
department1 c
department2 d
department2 e
department2 f
Any clue?
field1 field2
department1 a, b, c
department2 d, e, f
I would like to rearrange the data and create a table that is set up like the
following:
field1 field2
department1 a
department1 b
department1 c
department2 d
department2 e
department2 f
Any clue?