473,396 Members | 2,129 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Creating a Report based on survey

1
Creating a basic db for someone to use for a survey of 500 or so people. For each question, there will be 4 answer choices. Let's just say for now - A,B,C,D (text datatype)

User will be using a form with combo box / row source - table with the values. So they can just click and choose the appropriate answer.

On the report I want to be able to show each question with a total for each of the answer choices.

Ex.

Q1 A=12 B=3 C=2 D=0
Q2 A=12 B=3 C=2 D=3
Q3 A=11 B=2 C=1 D=4
Mar 21 '08 #1
1 1658
ADezii
8,834 Expert 8TB
Creating a basic db for someone to use for a survey of 500 or so people. For each question, there will be 4 answer choices. Let's just say for now - A,B,C,D (text datatype)

User will be using a form with combo box / row source - table with the values. So they can just click and choose the appropriate answer.

On the report I want to be able to show each question with a total for each of the answer choices.

Ex.

Q1 A=12 B=3 C=2 D=0
Q2 A=12 B=3 C=2 D=3
Q3 A=11 B=2 C=1 D=4
  1. Create 4 Unbound Text Boxes on your Report, with their Control Sources set to the following:
    = DCount("*", "tblSurvey", "[Reply] = 'A'")..........'for Reply A
    = DCount("*", "tblSurvey", "[Reply] = 'B'")..........'for Reply B
    = DCount("*", "tblSurvey", "[Reply] = 'C'")..........'for Reply C
    = DCount("*", "tblSurvey", "[Reply] = 'D'")..........'for Reply D
  2. Be sure to substitute uoyr Table Name for tblSurvey, and your Field Name for Reply.
Mar 21 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Alan | last post by:
Hi there, Are there Excel charting gurus here?? If so then please read on... Sorry for the cross-post but I'm not familiar with the Excel groups. I've posted to asp.general because if I have...
5
by: Alan | last post by:
Hi there, Are there Excel charting gurus here?? If so then please read on... Sorry for the cross-post but I'm not familiar with the Excel groups. I've posted to asp.general because if I have...
0
by: Dennis | last post by:
I need a little direction on a project I’m working on. The project is a .NET ASP web application. The application will present the end user with a survey. This survey is dynamic based on several...
15
by: Mark C | last post by:
All, I have exhaustingly been looking through the newsgroups in search of a way to systemically output an Access 97 report to a pdf file using the full version of Adobe Acrobat. I want the user...
0
by: Ahmed | last post by:
Hi, I'm an Access newbie and I'm trying to create a simple report binded to a query which is: SELECT survey.q0_sex AS Gender, Count(survey.q0_sex) AS FROM survey WHERE q0_sex<>"" GROUP BY...
0
by: Kaur | last post by:
Hi, I am trying to create a crosstab type of report without using crosstab query. The report captures several survey questions and for each survey questions there are multiple choices that...
0
by: mmueller | last post by:
I am new to reporting services 2005 (reporting in Access for years and older versions of Reporting Services from time to time) and this is probably a dumb question... but I have no internal resources...
19
by: Gabriel | last post by:
Hi All, (First my apologies for this kind of "spam" message. But for my thesis this will be my once in a lifetime spam moment... ) At the moment I have to graduate for my master in Business...
7
by: martin DH | last post by:
Hello, I have a report that I open that pull its data from a form that builds a where string. Opening the report first opens the form, where I enter criteria, and then pulls matching records from a...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.