I'm developing a "Survey" application with Access. I have one table containing the questionnaire data:
ID
q1
q2
q3
...etc...
Now for every field (q1, q2, q3...) I need to have a form, in other words for every question I need a form, so I need
for q1, frm1
for q2, frm2
for q3, frm3
...etc...
1) I would like to hear your suggestion/approach about "staying" on the current record as I move from form to form (field to field, q1 to q2)
2) I'm worrying about running out of RAM with so many forms open (100 questions aprox.) What if I close the form as soon as I press a "next" button to move to the next form (question). Will that be an enough good idea to avoid running out of memory?
Thanks in advance!
ID
q1
q2
q3
...etc...
Now for every field (q1, q2, q3...) I need to have a form, in other words for every question I need a form, so I need
for q1, frm1
for q2, frm2
for q3, frm3
...etc...
1) I would like to hear your suggestion/approach about "staying" on the current record as I move from form to form (field to field, q1 to q2)
2) I'm worrying about running out of RAM with so many forms open (100 questions aprox.) What if I close the form as soon as I press a "next" button to move to the next form (question). Will that be an enough good idea to avoid running out of memory?
Thanks in advance!