Guys,



I have a form where data is being displayed and currently user choose any row and assign to a investigator. This is very time consuming so they want mass select or random select and assign it a investigator. I tried to provide checkbox in the detail section by adding an existing column from the main table. but am unable to touch the column as it says record is not editable.
Reason could be datasource of the form is query "qptQCselect". The description of "qptQCSelect" is select * from AlertSelect_V.
Here AlertSelect_V is the main view and it contains "Select a, b, c from table a, table b where clause" I have selected new column "d" as part of AlertSelect_V and trying to use as checkbox for multiple select. but am unable to touch this column.

FYI: Relinked.. column is bound to the control.

please help.