At Your Survey Report help

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using Duane Hookum's At Your Survey Report. I was wondering if anyone out there has used this program and figured out a way to generate a "statistics w/ graphs report" with records that match only a certain field. Ex. I have a survey that one of the fields is race. I need to be able to generate a report that will show a statistics w/ graphs report for each race (3 reports - 1 for all caucasian subjects, 1 for all african-american subjects, and 1 for other subjects). Anyone who could help with advice on how to do this would be greatly appreciated.
 
You could create a query of tblSrvRspns and tblResponses filtered to the
QstnID is the Race question and the answer is one of the races. Then join
this query to qxtbRspnsIDxQstnLvls to only pull responses from one race.

--
Duane Hookom
MS Access MVP


bnichols said:
I am using Duane Hookum's At Your Survey Report. I was wondering if
anyone out there has used this program and figured out a way to generate a
"statistics w/ graphs report" with records that match only a certain field.
Ex. I have a survey that one of the fields is race. I need to be able to
generate a report that will show a statistics w/ graphs report for each race
(3 reports - 1 for all caucasian subjects, 1 for all african-american
subjects, and 1 for other subjects). Anyone who could help with advice on
how to do this would be greatly appreciated.
 
Back
Top