I am displaying a series of records in a datasheet format which have a checkbox field that the user should tick to confirm they have checked each record.
On closing the form I need a popup to inform the user that there is at least one unchecked record and give them the option to continue with some unchecked or to tick all records as checked, or to cancel.
I also hope to use part of this code to create a button on the from to tick all of them as checked with one click.
I have tried a few loop options but just can't get my code to do the job properly. Please can anyone help me?
Thank you
Jon
On closing the form I need a popup to inform the user that there is at least one unchecked record and give them the option to continue with some unchecked or to tick all records as checked, or to cancel.
I also hope to use part of this code to create a button on the from to tick all of them as checked with one click.
I have tried a few loop options but just can't get my code to do the job properly. Please can anyone help me?
Thank you
Jon