Hello,
I work on an Access Add-In that screens a DB and allows to open objects in design mode to fix problems. I would like to be able to open a form in design mode and select a specific control. I have code that does exactly that:
DoCmd.OpenForm "MyForm", acDesign...