I have a form/subform combination that I sometimes want to open disallowing Edits, Additions, and Deletions, depending on which password-protected menu option I'm coming from. (My menu structure is pretty simple, so I'm not using a switchboard, but rather some forms with controls on them.)
How do I manipulate those properties, of both the form and its subform, (in the little procedure that checks the password) before I open the form?
How do I manipulate those properties, of both the form and its subform, (in the little procedure that checks the password) before I open the form?
Comment