Hi,

I've created a data access page for staff to verify their permissions on one of our systems.

A section of the page has a list of permissions and whether it is currently available to them (Y) or not (N). The Y and N values are lifted directly from a database table.

I have added check boxes next to each of these entries and asked the user to check it if the current value is correct. However, when I...