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,...