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

Form design for questionnaire

To comp.databases.ms-access --

I have a questionnaire for which I would like to design a MIcrosoft
Access form. I understand that the proper Access table structure would
be:

Respondent_ID Question_ID Response
101 1 Yes
101 2 No
101 3 Yes
102 1 Yes
102 3 No

But -- it is not clear how I could design an Access form that would
allow easy data entry.

On the other hand, using the "wrong" table structure:

Respondent_ID Question_1 Question_2 Question_3
101 Yes No Yes
102 Yes No

it is easy to design a form where one can enter all the information for
one Respondent on one screen -- i.e. very much like the paper
questionnaire, with everything for one person on the same sheet of
paper. And one does not have to fill in the Question_ID -- it is
already on the screen since it is a field name.

Of course, the situation gets really dire when there are more than 255
fields (the Access limit) to deal with, and one cannot easily do it the
"wrong" way any more!

So -- how could I design a useful data entry form for the "correct"
table design -- the first one listed above? Thanks very much! Best,

--Tom F.

Mar 1 '06 #1
3 6794
Tom
Take a look at
http://www.rogersaccesslibrary.com/O...p#Hookom,Duane

It will either get you started on the right track of doing your own, or
you can just use Duane's.

Tom
Tom_F wrote:
To comp.databases.ms-access --

I have a questionnaire for which I would like to design a MIcrosoft
Access form. I understand that the proper Access table structure would
be:


Mar 1 '06 #2
Usually, one uses a subform to hold the responses. The main form would
hold the Respondent's info.

Duane Hookum has an example survey DB on his website. Look at that for
and example of how to do it.
--
MGFoster:::mgf00 <at> earthlink <decimal-point> net
Oakland, CA (USA)

Tom_F wrote:
To comp.databases.ms-access --

I have a questionnaire for which I would like to design a MIcrosoft
Access form. I understand that the proper Access table structure would
be:

Respondent_ID Question_ID Response
101 1 Yes
101 2 No
101 3 Yes
102 1 Yes
102 3 No

But -- it is not clear how I could design an Access form that would
allow easy data entry.

On the other hand, using the "wrong" table structure:

Respondent_ID Question_1 Question_2 Question_3
101 Yes No Yes
102 Yes No

it is easy to design a form where one can enter all the information for
one Respondent on one screen -- i.e. very much like the paper
questionnaire, with everything for one person on the same sheet of
paper. And one does not have to fill in the Question_ID -- it is
already on the screen since it is a field name.

Of course, the situation gets really dire when there are more than 255
fields (the Access limit) to deal with, and one cannot easily do it the
"wrong" way any more!

So -- how could I design a useful data entry form for the "correct"
table design -- the first one listed above? Thanks very much! Best,

Mar 1 '06 #3
Thanks for the pointer to Duane Hookum's DB! I've downloaded it and
will study.... Best,

--Tom F.

Mar 3 '06 #4

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

Similar topics

4
by: clintonG | last post by:
I'd like to know about application(s) or the name by which the following process is referred which would allow a business analyst to enter the following statements which when submitted would result...
7
by: Steve Wylie | last post by:
Last year a kind soul by the name of Lasse Reichstein Nielsen answered a question for me on this newsgroup, including a script that solved my problem. I now need to script to be slightly amended to...
1
by: Delores | last post by:
I am a novice with SQL - I usually work in the query grid. However I am trying to find a way to change a field name depending upon what I select from a combo box on a form. I created an unbound...
2
by: Andrew | last post by:
Hi all, I have a question about the various types of graphical interface design that I can implement using asp.net n c# on Internet Explorer. I am writing a questionnaire, the problem is that...
0
by: Christian Zotter | last post by:
Hello NG, I am a student at UDA in Austria, Austrian Partner of International Universities. To finnish my study i have to do a final year project. I have choosen the topic 'Evaluation of low...
4
by: ms.wcchan | last post by:
Dearest I.T. professional, I am now doing a survey and would like to ask all customers to submit the questionnaire online so that I can collect the results in the excel file. What programming...
1
by: javedna | last post by:
Can PHP help with the following as I have tried in the MYSQL Forums and cant get any help Thanks Nabz ---------------------------------------- Hi I am developing a PHP MYSQL questionnaire...
7
by: javedna | last post by:
Hi guys Ive got a simple problem, im designing an online questionnaire and on submission the coding that I have used to validate whether a user has filled in all the questions is supposed to...
2
by: Vili | last post by:
Hi all I am having problems with creating an functional questionnaire with asp.net 2.0 and MSSQL 2005 database. I have a table with field id (key & auto int), clientId (int), QuestionId...
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: 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...
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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.