Hi
I have a form that has a list of records with a button next to each for checking data linking criteria to another form. Once the user is happy with the data they return to the form and click a checkbox on that record.
I have a release button at the top of the form that I want disabled until the check boxes are ticked for all records.
I know how to code the enabled true/false but not sure how to get it to recognise that all records showing are checked or not.
I was thinking 2 text boxes:
1. =Count([Complete]) - to count the records
2. =Count([Complete]<>0) - to count records with a check.
Then compare the values of the text boxes to determine whether the button is enabled or not.
I cannot get the count for the checked records to work though. Any ideas?
Thanks
Rich
I have a form that has a list of records with a button next to each for checking data linking criteria to another form. Once the user is happy with the data they return to the form and click a checkbox on that record.
I have a release button at the top of the form that I want disabled until the check boxes are ticked for all records.
I know how to code the enabled true/false but not sure how to get it to recognise that all records showing are checked or not.
I was thinking 2 text boxes:
1. =Count([Complete]) - to count the records
2. =Count([Complete]<>0) - to count records with a check.
Then compare the values of the text boxes to determine whether the button is enabled or not.
I cannot get the count for the checked records to work though. Any ideas?
Thanks
Rich