473,545 Members | 2,715 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Create DB for survey results - how?

I need to create a database or something that will allow me to input all of the results
of a survey and then search the results for trends and stuff. For
example, it might have questions like:

1. Your age: [5-10], [11-20], [21-40], [41 and over]
2. Gender: [m],[f]
3. Children ages (select as many as apply): [0-5], [6-15], [16 and over]
4. Check as many of these as you like:
[] The sky should be purple
[] It rains too much
[] Seatbelts save lives
[] I like aeroplane jelly

5. ...
etc, etc

Then I'd have to be able to, for example, bring up all of the people over 40 who like
aeroplane jelly, or all of the females with children who think it rains
too much, etc.

I'm assuming I'd use a database like Access, but I'm not really sure where to begin.

I've done programming, but not much database stuff, so I'd really
appreciate some design tips about where to start, e.g. what tables should
I use, etc

Thanks!
Nov 12 '05 #1
3 6315
Ray
Interesting problem, and to be honest the ETIK database we supply does what
you want, but it aint necessarily easy to program. Just allowing multiple
question formats can be tricky. Still, Access will surely do it.

Are the questions always the same, or do you issue multiple surveys?

Ray

--
Access Solutions for College and University Student Administration
ETIK - Electronic Tender Issue Kit - Create and Issue tenders electronically
and receive the responses electronically when clients use the free Response
Kit.
Grab! - Uses your PowerPoint files to create presentations on-the-fly for
demonstrations, displays, queue distractors, Point-of-Sale information
www.bluebridge.com.au
Yurk Yurk <yu******@popma il.com> wrote in message
news:pa******** *************** *****@popmail.c om...
I need to create a database or something that will allow me to input all of the results of a survey and then search the results for trends and stuff. For
example, it might have questions like:

1. Your age: [5-10], [11-20], [21-40], [41 and over]
2. Gender: [m],[f]
3. Children ages (select as many as apply): [0-5], [6-15], [16 and over]
4. Check as many of these as you like:
[] The sky should be purple
[] It rains too much
[] Seatbelts save lives
[] I like aeroplane jelly

5. ...
etc, etc

Then I'd have to be able to, for example, bring up all of the people over 40 who like aeroplane jelly, or all of the females with children who think it rains
too much, etc.

I'm assuming I'd use a database like Access, but I'm not really sure where to begin.
I've done programming, but not much database stuff, so I'd really
appreciate some design tips about where to start, e.g. what tables should
I use, etc

Thanks!

Nov 12 '05 #2
As an alternative resource, there are companies that does surveys online for
free.
www.surveymonkey.com

"Ray" <ra*@aic.net.au > wrote in message
news:3f******** *************** @lon-reader.news.tel stra.net...
Interesting problem, and to be honest the ETIK database we supply does what you want, but it aint necessarily easy to program. Just allowing multiple
question formats can be tricky. Still, Access will surely do it.

Are the questions always the same, or do you issue multiple surveys?

Ray

--
Access Solutions for College and University Student Administration
ETIK - Electronic Tender Issue Kit - Create and Issue tenders electronically and receive the responses electronically when clients use the free Response Kit.
Grab! - Uses your PowerPoint files to create presentations on-the-fly for
demonstrations, displays, queue distractors, Point-of-Sale information
www.bluebridge.com.au
Yurk Yurk <yu******@popma il.com> wrote in message
news:pa******** *************** *****@popmail.c om...
I need to create a database or something that will allow me to input all of the results
of a survey and then search the results for trends and stuff. For
example, it might have questions like:

1. Your age: [5-10], [11-20], [21-40], [41 and over]
2. Gender: [m],[f]
3. Children ages (select as many as apply): [0-5], [6-15], [16 and over]
4. Check as many of these as you like:
[] The sky should be purple
[] It rains too much
[] Seatbelts save lives
[] I like aeroplane jelly

5. ...
etc, etc

Then I'd have to be able to, for example, bring up all of the people over 40 who like
aeroplane jelly, or all of the females with children who think it rains
too much, etc.

I'm assuming I'd use a database like Access, but I'm not really sure
where to begin.

I've done programming, but not much database stuff, so I'd really
appreciate some design tips about where to start, e.g. what tables

should I use, etc

Thanks!


Nov 12 '05 #3
Search the NG for a post by Keri Hardwick with the keyword "Survey".
She explains how to set up a database like this. Essentially, you can
do any data analysis you want - you just have to set up your database
correctly for it, and she explains how to set it up and why to set it
up that way.
Nov 12 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
2155
by: Dan | last post by:
Hi, I want to migrate a survey program to web application and have selected PHP to use a on the server end along with apache and firebird rdms. As developing a web application is much different than a standard app I have some questions: 1) The survey has 50 questions with answers being 1-10. Is it best to store all 50 questions and...
8
1954
by: S.Marion | last post by:
Hello, We are interested in programmers' experiences of programming languages supported by managed runtimes (including but not limited to Java, C#, etc). In particular, we are interested in bugs and performance limitations that can be ascribed to the garbage collector. We would be grateful to receive any accounts of such problems...
0
1544
by: Kenzo Fong | last post by:
Hi everyone, Sorry to fill up this newsgroup with this request, but for coursework at Erasmus University (the Netherlands) I need to conduct a survey regarding the use of certain open source projects and I'm therefore looking for some volunteers to participate in this survey. The survey is located at:...
1
1986
by: Nico Baumgarten | last post by:
Dear Madam/Sir, You are invited to participate in an international research study. This research project is headed and led by Cambridge student Nico Baumgarten. What is it all about? It is a well-known fact that there exist many differences between cultures. However, how these differences effect motivation if there are effects at all is...
1
3773
by: Dave | last post by:
I am looking for a JavaScript poll/survey script that meets the following criteria: 1) Just a large number of Yes/No questions (at least 20) 2) "Repeat vote-proof" 3) "Display Results" button after survey 4) Results show shortened version of survey question with Y/N tally If anyone could point me to a reliable script, this would be...
4
1656
by: sara | last post by:
I posted this and got a suggestion that didn't work, so I'm trying again. I am trying to use Duane Hookum's survey database. I am still new at all this, and doing ok, but having a problem. When I open the form to enter survey results (frmSurveyResponses) and click on "Enter Results", the subform displays, and shows the right questions...
12
1844
by: pietlinden | last post by:
Hi, sorry for the vague subject. I am working for a company that finds respondents for surveys and then sends the respondent list and the survey to another company to perform the actual surveys. In the past, they have used Excel for this and, as you can imagine, the results are a nightmare to work with because the resulting data is...
7
1862
by: University Student | last post by:
Hi, As part of a small research paper I am writing for a Web Technologies module making up part of my university degree, I am conducting a brief survey to gauge what active users of PHP think of the programming technology. The aim of the paper is to compare PHP with Ruby on Rails, and there is therefore a similar survey that will be...
0
7432
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7689
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7943
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7456
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7786
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5359
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5076
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3470
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
743
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.