Search results

  1. T

    Reference subform name from popup

    I tried setting focus to the subform off the form and it's not working. The code I used to open the popup is on an AfterUpdate event on a comboBox. I use a Select Case to run specific commands based off what is selected in the comboBox. Private Sub CommandsOptionCombo_AfterUpdate() Dim...
  2. T

    Reference subform name from popup

    Hello all, I'm trying to reference the name of my subform or form off of my popup. I'm doing this because I want to use it as a referencing point to requery the subform after I add my record on the popup form. Forms![fpop_Location_Active_Circuits_Lines]![fsub_Active_Circuits_Lines].requery I...
Back
Top Bottom