Sorry my bad, form is not a subform, but is called by a cmd btn with code: DoCmd.OpenForm Form2, , , stLinkCriteria
Even with DoCmd.OpenForm Form2, , acReadOnly, stLinkCriteria form2 allows editing. ??????
I tried your code, doesn't work, but locking each textbox will. So I used this code to...