Hi
I have a multi row subform that is populated by the results of a query. The status field (populated by data from the query) in each row may be different. I would like to set any row which has the status of "invoiced" to be non-editable - but all other rows to remain editable. This is obviously - to me anyway - a bit of code that needs to execute when the subform is populated, i.e. when the query returns results to it, and the fields are filled. All my attempts so far have resulted in either not working, or making ALL fields in all rows non-editable.
Thanks in advance.
R
I have a multi row subform that is populated by the results of a query. The status field (populated by data from the query) in each row may be different. I would like to set any row which has the status of "invoiced" to be non-editable - but all other rows to remain editable. This is obviously - to me anyway - a bit of code that needs to execute when the subform is populated, i.e. when the query returns results to it, and the fields are filled. All my attempts so far have resulted in either not working, or making ALL fields in all rows non-editable.
Thanks in advance.
R
Comment