473,397 Members | 2,099 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,397 software developers and data experts.

Question & Mulitple Choice answers database

Ray
I just have a brief idea of this approach and would like to hear a few words
from experts here. I have medium level of programming in Access. In fact,
I would like to build a simple database to replace a spreadsheet showing the
scores of the suppliers. Initially, I need to build a form like multiple
choice Q & A sheet for the judges to input the scores and then generate a
report showing the score of each element and total score like the hard copy
of the spreadsheet. I am unsure if this is a right direction so I need
guidance from the experience people.

Thanks,

Ray
Nov 12 '05 #1
2 1644
On Tue, 2 Dec 2003 18:23:21 +0800, "Ray" <ra****@usa.com> wrote:

What problem are you trying to solve with the migration to Access?
-Tom.

I just have a brief idea of this approach and would like to hear a few words
from experts here. I have medium level of programming in Access. In fact,
I would like to build a simple database to replace a spreadsheet showing the
scores of the suppliers. Initially, I need to build a form like multiple
choice Q & A sheet for the judges to input the scores and then generate a
report showing the score of each element and total score like the hard copy
of the spreadsheet. I am unsure if this is a right direction so I need
guidance from the experience people.

Thanks,

Ray


Nov 12 '05 #2
"Ray" <ra****@usa.com> wrote in message news:<bq**********@news.hgc.com.hk>...
I just have a brief idea of this approach and would like to hear a few words
from experts here. I have medium level of programming in Access. In fact,
I would like to build a simple database to replace a spreadsheet showing the
scores of the suppliers. Initially, I need to build a form like multiple
choice Q & A sheet for the judges to input the scores and then generate a
report showing the score of each element and total score like the hard copy
of the spreadsheet. I am unsure if this is a right direction so I need
guidance from the experience people.

Thanks,

Ray


Keri Hardwick answered this really well a few years ago. Look up
"Survey" in this NG. You would just need to do something like have a
table of correct answers and then compare using a query. (Join on
QuestionID) and then something like:

IIF([AnswerTable].[Answer]=[Respondent].[Answer],1,0) *
AnswerTable.[QuestionWeight],0)

You could base your report on this and then do a total over reach
record...
Nov 12 '05 #3

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

Similar topics

9
by: Weekend | last post by:
Currently, i want to develope a multiple choice exam website. The content of the test is store in an XML file. I want to carry out some function. Could you tell me which programming language should...
5
by: DFS | last post by:
I've written several survey systems in which the majority of the questions have the same or similar responses (Yes/No, True/False, scale of 1 - 5, etc). But this latest survey system I'm working...
6
by: Bostonasian | last post by:
I am new to bitwise thing in MSSQL. Let's suppose there's a table of favorite foods insert int fav_foods(food_name,bitwiseVal) values('Pasta',1) insert int fav_foods(food_name,bitwiseVal)...
4
by: webdev | last post by:
lo all, some of the questions i'll ask below have most certainly been discussed already, i just hope someone's kind enough to answer them again to help me out.. so i started a python 2.3...
35
by: Stan Sainte-Rose | last post by:
Hi, What is the better way to save image into a database ? Just save the path into a field or save the image itself ? I have 20 000 images (~ 10/12 Ko per image ) to save. Stan
1
by: rockdale | last post by:
Well, I guess I did express myself very clearly. I implemented the Ent Lib 2.0 data block against SQL database successfully. The system now is a production system. But now we want to migrate the...
2
by: julie18881 | last post by:
I may be being really stupid here, i have spent the last 3 hours looking round your site and some other for answers to my problem, but have not had much luck (possibly cuase my brain just isn't...
4
by: yogi_bear_79 | last post by:
I am stuck on a few open-book multiple choice questions for this class. I have answers, but I can not back them up. Any insight would be helpful, a link to read, or just hey dummy you are wrong. ...
1
by: TheNewBoy | last post by:
Hi All. I am new to this forum... Don't know how to start but here it goes.... I am writing in VB.net a program with one form, yet mulitple textboxes. the data appears in each text box as...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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
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...
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.