This line is in the OnClick event of a subform.  I want to open stDocName read only.
DoCmd.OpenForm stDocName, , , stLinkCriteria, acFormReadOnly, , strCaller
When the form opens Me.AllowAccess is false in both the Load event and the OnCurrent event.  Yet I can edit all the data, close the...