A
Argonaught
Guest
i have toggle boxes besides each record so they can be selected to compile a report.
I want to be able to reset all the toggle boxes to there default state after i have compiled the report, at the moment i have to manualy click each one back to its original state.
I tried to alter this in vb but i have no real idea how to do that so it failed.
i created a macro and i can reset the toggle box but it will only reset the last toggle box i selected.
I did this by using set value then in the item box i put:
[Forms]![Books1form]![Include](include is the name of the toggle)
in the expresion box i put the value: false.
Any ideas how i can reset all toggle switches and not just one?
Cheers
Argonaught
I want to be able to reset all the toggle boxes to there default state after i have compiled the report, at the moment i have to manualy click each one back to its original state.
I tried to alter this in vb but i have no real idea how to do that so it failed.
i created a macro and i can reset the toggle box but it will only reset the last toggle box i selected.
I did this by using set value then in the item box i put:
[Forms]![Books1form]![Include](include is the name of the toggle)
in the expresion box i put the value: false.
Any ideas how i can reset all toggle switches and not just one?
Cheers
Argonaught