Hi,
I am working on an Exam Database. I have a few questions
1) I would like to link the values (USERID) of my Login Form to all other forms. The concern is my Login Form closes before the other forms are opened.
2) The Option buttons should be refreshed for new questions.
3) Through Option Buttons, I am able to store the option number into a table. However I would like to store the actual answer
e.g Capital of India
a) Mumbai b) Kolkatta c) Delhi d) Chennai
If user Selects Option C, then Delhi should be should be stored in my results table instead of 3
Please assist