A
al416 via AccessMonster.com
I have a form and a subform. The user has to respond to each line on the
subform. After completing all of the lines the user clicks on a button on the
main form to run a bunch of code to complete the process.
I would like to be able to check to make sure that the user has in fact
responded to all of the questions on the subform when the click the complete
button.
I set up an unbounded field in the main form to count all of the responses.
The problem is, sometimes users won't complete all of the responses right
away. Some today and some tomorrow.
How can I set my counter to know the number of non-null response on the
subform.
Once I do this I am assuming I will be able to compare my counter with the
number of questions and prompt the user if they are not equal.
subform. After completing all of the lines the user clicks on a button on the
main form to run a bunch of code to complete the process.
I would like to be able to check to make sure that the user has in fact
responded to all of the questions on the subform when the click the complete
button.
I set up an unbounded field in the main form to count all of the responses.
The problem is, sometimes users won't complete all of the responses right
away. Some today and some tomorrow.
How can I set my counter to know the number of non-null response on the
subform.
Once I do this I am assuming I will be able to compare my counter with the
number of questions and prompt the user if they are not equal.