How would I do that? if my SELECT statement is: SELECT tblQuestions.QuestionNbr, tblQuestions.QuestionText, tblAnswers.Answer, tblAnswers.Comment FROM tblAnswers JOIN tblQuestions ON tblQuestions.QuestionNbr = tblAnswers.QuestionNbr AND tblQuestions.QuestionYear
= tblAnswers.SchoolYear WHERE tblQuestions.QuestionYear = '2005' AND tblAnswers.SchoolNbr = '0101' AND tblAnswers.Complete = 0 AND tblAnswers.Answer = 0 What should my Elements in the XSD page look like. I tried to create elements with the same name and in
the same order in the same grouping. Then I tried dragging the columns from the Server Explorer into the same element group. Neither way worked. Thanks Ron.
Capt_Ron
Member
586 Points
139 Posts
Re: Trying to Convert to PDF - Help
Oct 20, 2004 11:34 PM|LINK