why in combo box values are given?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to create a quiz in "ms access forms." but the problem is that i
do not know how to put values to a question's answer and then calculate all
the value all together.

please help
(thanks in advance)
Abijah
 
On Thu, 23 Mar 2006 10:25:27 -0800, Abijah Gupta <Abijah
I am trying to create a quiz in "ms access forms." but the problem is that i
do not know how to put values to a question's answer and then calculate all
the value all together.

please help
(thanks in advance)
Abijah

To start with, realize that Access stores data in Tables. You must
start with Tables, not with forms - a form is JUST A WINDOW, a tool to
manage data stored in Tables.

Secondly, calculations should be done dynamically. You don't say what
you want to calculate or how, so I can't be specific, but in a
nutshell you will want to store the answers in a Table and create
totals queries to do the needed calculations.

If you would post some specifics about what it is that you want to
enter and how you want to do the calculations, someone might be able
to help with more specific answers.

John W. Vinson[MVP]
 
Back
Top