My main form DefendantInfo has a subform CitationDetails that users can edit when I have AllowEdits = True (on my main form). My subform is set to always be editable.
Here's what I then did: Set DefendantInfo.allowedits = false. Now I can only view the data on both my main and subform. I then created btnEdit whose click event just has me.allowedits = true. When I click on the button, I can edit my main form again, but my subform still remains uneditable. I had thought that if I made my main form editable, my subform would also become editable, but that is not the case. Still hoping that I can make this happen, otherwise I will just leave my subform uneditable and on the doubleclick event, pop up another form where they can edit the citation details.