M
mmohon
Ok, first off, I know the data is organized poorly....but I didnt
organize it. I'm just trying to cope
heres an example of what i got
Key____SIP1_____SIP2
-----------------------------------
123____"D"_______"E"
124____"E"_______"D"
I need to re arrange like this:
Key____Type_____Val
----------------------------------
123____SIP1_____"D"
123____SIP2_____"E"
124____SIP1_____"E"
124____SIP2_____"D"
I'm guessing that can be done with a crosstab query but, I'm not quite
sure how to set what to what as far as row headings and stuff. Does
anyone else have any ideas?
organize it. I'm just trying to cope
heres an example of what i got
Key____SIP1_____SIP2
-----------------------------------
123____"D"_______"E"
124____"E"_______"D"
I need to re arrange like this:
Key____Type_____Val
----------------------------------
123____SIP1_____"D"
123____SIP2_____"E"
124____SIP1_____"E"
124____SIP2_____"D"
I'm guessing that can be done with a crosstab query but, I'm not quite
sure how to set what to what as far as row headings and stuff. Does
anyone else have any ideas?