473,387 Members | 1,864 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,387 software developers and data experts.

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 6303
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******@popmail.com> wrote in message
news:pa****************************@popmail.com...
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.telstra.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******@popmail.com> wrote in message
news:pa****************************@popmail.com...
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
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...
8
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...
0
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...
1
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...
1
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...
4
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. ...
12
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. ...
7
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...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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,...

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.