F
FJquestioner
Can anyone assist me in designing the following macro?
I have a (continuous) form in which each record has a checkbox field which
the user manually clicks yes or no. I have a macro which performs certain
functions depending on whether or not the checkbox is clicked to yes. I have
it working fine for a form with a single record. However, when there are
several records, the macro needs to be able to start with the first record.
If the checkbox is clicked yes then perform its function. If its clicked no
then it moves to the next record. This process is repeated until the last
record is completed.
I don't know how to set up this process. Any suggestions would be greatly
appreciated.
Thanks.
I have a (continuous) form in which each record has a checkbox field which
the user manually clicks yes or no. I have a macro which performs certain
functions depending on whether or not the checkbox is clicked to yes. I have
it working fine for a form with a single record. However, when there are
several records, the macro needs to be able to start with the first record.
If the checkbox is clicked yes then perform its function. If its clicked no
then it moves to the next record. This process is repeated until the last
record is completed.
I don't know how to set up this process. Any suggestions would be greatly
appreciated.
Thanks.