B
Bernman
I have 2 tables 1 that is the Master Unit to effectivity code the other is
Tasks that need to be accomplished against specific units (effectivity).
People have entered effectivity in the task table as follows
Field is "effectivity"
353-363, 365-410, 701-950
301, 410, 701-950
I need to create a list like this
Unit Effectivity original string
123 353 353-363, 365-410, 701-950
123a 354 353-363, 365-410, 701-950
456a 410 301, 410, 701-950
How can I unwind the data most effeciently?
Bernie
Tasks that need to be accomplished against specific units (effectivity).
People have entered effectivity in the task table as follows
Field is "effectivity"
353-363, 365-410, 701-950
301, 410, 701-950
I need to create a list like this
Unit Effectivity original string
123 353 353-363, 365-410, 701-950
123a 354 353-363, 365-410, 701-950
456a 410 301, 410, 701-950
How can I unwind the data most effeciently?
Bernie