VBA behind command button on the subform:
Me.AllowEdits = True
You'll probably want to have some mechanism to stop edits when they are done, like changing the caption to EndEdit, then the code = Me.AllowEdits = False
HTH
JeanS
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.