G
Goody
Hard to explain in the Subject line...
I have a table that in one column there are multiple
items that SHOULD be normalized into their own rows; I'd
like to do that using a query.
For example, I have a column (applications) that has
multiple items (presently separated by a ^). In order to
be properly normalized, each instance of those items that
are now sitting in the same field of the same record,
should be in their own separate rows.
What I think I need to do is parse the column and if an
instance of the ^ is found, the string should be parsed
and a newly created row should be inserted.
Is there a query that will pull out the concatenated data
and put them into their own rows, or should I look at
looping the data in a VB app?
Sounds like the opposite of concatenation, doesn't it...
TIA
Goody
I have a table that in one column there are multiple
items that SHOULD be normalized into their own rows; I'd
like to do that using a query.
For example, I have a column (applications) that has
multiple items (presently separated by a ^). In order to
be properly normalized, each instance of those items that
are now sitting in the same field of the same record,
should be in their own separate rows.
What I think I need to do is parse the column and if an
instance of the ^ is found, the string should be parsed
and a newly created row should be inserted.
Is there a query that will pull out the concatenated data
and put them into their own rows, or should I look at
looping the data in a VB app?
Sounds like the opposite of concatenation, doesn't it...
TIA
Goody