Can I make a specific record in my recordset readonly (based on some field values for this record)? What is the best way to achieve it? Please note that I'm looking for a row-level support, not the column-level. Thanks!
- Eugene
Hello Eugene,
The easiest way to achieve this would be to cancel the EditModeStarting event (e.Cancel=true;) according to your condition.