Curious.
If I am on a form's record and it is locked because I am using it - I can't edit that record using vba and dao.recordset?
say
rs.edit
rs!field = 123
rs.update
If I do this I get a locked record.
Should I remove focus or unlock the record somehow?