Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. fsusurfer

    SQL/Access Query, please help!

    Below I have how I come up with Q1's total yes responses, but I also need the total no responses for Q1, and the total yes and no responses for the rest of the questions. SELECT COUNT(Q1) FROM Responses WHERE Q1='Yes'
  2. fsusurfer

    SQL/Access Query, please help!

    Q1, Q2, Q3 are fields in the table...any help you can provide would be great, thank you!
  3. fsusurfer

    SQL/Access Query, please help!

    I am just trying to tabulate the total number of Yes and No responses for each question. The table I am getting the responses out of is called "responses" Each question has a Yes or No answer. Questions are Labled as Q1, Q2, Q3 and so on..its pretty simple, I am just not a frequent...
  4. fsusurfer

    SQL/Access Query, please help!

    Hi, I am trying to create a survey results display page. I have roughly 20 questions, each with a Yes/No response. Q1 Yes No Q2 Yes No Q3 Yes No and so on.. any help on how to display the results? Please let me know, Thanks!

Part and Inventory Search

Back
Top