Is it possible to use code and a form to restrict editing to a specific range of records for a particular field?
I have a situation where I'd like to exlude a small range of records from being edited. I would want all records to be displayed and most available to be edited but a small number of records protected from editing when a particular condition were true (e.g. RecordID>3)
I have a situation where I'd like to exlude a small range of records from being edited. I would want all records to be displayed and most available to be edited but a small number of records protected from editing when a particular condition were true (e.g. RecordID>3)