I am trying to add a column in a table that is a checkbox - with only one option - Remove. The table is a lookup of security access, and I want the user to be able to select current access they want removed - but I don't want them adding anything in the "current access" list - so I thought a checkbox would be a solution. Unfortunately the checkbox will not allow the user to select (add a check to the box) Remove.
The table is not read only - none of the variables within the table are either.
When the mouse hovers over the checkbox
Any ideas?