C
Cory
I have a macro that opens a continuous form that has a checkbox for each
record. In the next step of the macro, I would like to set the values for
each checkbox to No, so I can start with a clean slate of choosing records.
The problem is that the SetValue is only unchecking the checkbox of the first
record. I have the following info in the Macro:
Item: [Forms]![AccountSearchResults]![Check0]
Expression: No
It works great on the first record, but that is it.
record. In the next step of the macro, I would like to set the values for
each checkbox to No, so I can start with a clean slate of choosing records.
The problem is that the SetValue is only unchecking the checkbox of the first
record. I have the following info in the Macro:
Item: [Forms]![AccountSearchResults]![Check0]
Expression: No
It works great on the first record, but that is it.