Search results

  1. P

    Which Event fires AFTER a filter is applied to a Form?

    Hello, I am trying to always show the number of currently displayed records in a label. I have own search and filter subroutines in which I have integrated the count after the Me.Requery. However, I also want to offer the standard filter functionality where this little pop-up window appears and...
  2. P

    Reference to Control in other Form in SetProperty Macro Action

    Hello, I am trying to set the Value of a DropDown with a Macro. It does not work, giving me the error: "The control name XXXX is misspelled or refers to a control that doesnt exist". So I simplified it to test changing the control on the same form. If I fill: SetProperty Control Name...
  3. P

    Conditional Relationship between Tables (Mapping Table)

    Hello, in practice it is a bit more complicated but I simplify the example to get to the core principle of the problem. I am trying to link HR team codes to budget codes. The problem is, the hierarchies are different. For example the HR Code could be IT-F, with multiple sub-teams IT-FA, IT-FB...
Top Bottom