I've been asked to create a database that needs only to store the answer to 6 questions. Each answer will only be between 1 and 9.
Each question needs to appear separately so I have created 6 forms, one for each question.
The table used to store the answers (Scores) is very simple, and just has question number and answer.
On each form I have the question as a simple label, and below this I have text box that allows the user to record the answer. This seems to work ok as the answer is stored in the table (I have a hidden field with question number set as default that also writes back to the table)
On each form there are two buttons, continue and back. If I go back to the form I have just entered the answer in, the answer is not shown. As its possible the user may want to change there answer, what do I need to do to show the previously recorded answers on the forms?
Hope this makes sense.
As seems usual this is an urgent request so I really would appreciate any help.
Each question needs to appear separately so I have created 6 forms, one for each question.
The table used to store the answers (Scores) is very simple, and just has question number and answer.
On each form I have the question as a simple label, and below this I have text box that allows the user to record the answer. This seems to work ok as the answer is stored in the table (I have a hidden field with question number set as default that also writes back to the table)
On each form there are two buttons, continue and back. If I go back to the form I have just entered the answer in, the answer is not shown. As its possible the user may want to change there answer, what do I need to do to show the previously recorded answers on the forms?
Hope this makes sense.
As seems usual this is an urgent request so I really would appreciate any help.