Search results

  1. O

    Update Form Control Attributes When Updating Table Field

    Hi, I was wondering how one can update a field's attributes within a table, and upon saving those changes, have the attributes update automatically within a form containing a control for that field. Currently, whenever I update an attribute for a field within a table, I then have to go to the...
  2. O

    Open Form from SubForm Using Multiple Criteria

    Hello All, My inquiry is regarding passing multiple parameters in order to open a specific record within Form_B, once a DoubleClick Event has occurred within a specific field of a record within Form_A. Below is some information about my setup: SubForm Name: Form_A Form_A Field Names: Field_A...
  3. O

    Open New Form from Form

    Hello, I have a simple question. How can I open a new form (called Incentive Type 1) based on a value being input within a subform without the OpenForm command running continuously? Below is the code that I have for AfterUpdate() for a Control called Incentive Scenario Type: Sub Private...
Back
Top Bottom