Hi,
Please see the attached file, which tells a big part of my story. The numbers represent the number of folks who answered "Y" to each question, based on race and gender. There could be thousands of lines of data as well as a few more race/gender combinations.
I'm looking for an efficient way to get from the data example to the report. I know I can create a table that looks like the report example the hard way (an update query for every race/gender combination). From there I can build the report but there has to be a better way.
I need help with either an easier way to get the data in a format similar to the report example or to skip the whole reformat step and go straight to the report. I can imagine the first could be done but, although the second would be preferable, I'm not smart enough to know if it's even doable.
I'd appreciate any help you could offer!
Thanks,
Shawn
Please see the attached file, which tells a big part of my story. The numbers represent the number of folks who answered "Y" to each question, based on race and gender. There could be thousands of lines of data as well as a few more race/gender combinations.
I'm looking for an efficient way to get from the data example to the report. I know I can create a table that looks like the report example the hard way (an update query for every race/gender combination). From there I can build the report but there has to be a better way.
I need help with either an easier way to get the data in a format similar to the report example or to skip the whole reformat step and go straight to the report. I can imagine the first could be done but, although the second would be preferable, I'm not smart enough to know if it's even doable.
I'd appreciate any help you could offer!
Thanks,
Shawn
Comment