Search results

  1. T

    How to read event definitions behind ActiveX controls with VBA code?

    Here the scenario: I want to analyze forms via VBA code and see which controls have events behind them and of what type they are (Event Procedure, Macro or Expression). Now the problem: I have code for the standard controls like Text Boxes, Option Buttons etc. that works fine...
  2. T

    Problem with InSelection property

    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...
Back
Top Bottom