Search results

  1. J

    Not recognizing sub form control name

    I have a main form with a subform. When I click on a command button located on the subform I get an Error 2450: cannot find the referenced form. The name of the subform is subfrmToolReassignment_Grouped, the source object is subfrmToolReassignment_Grouped and the name is...
  2. J

    Command Button on SubForm Not Working on Main Form

    Hello. I have a main form (Form 1) that includes (2) subforms (Subform 1 and Subform 2). Subform 2 has a command button that opens PopForm 1 as a popup (VBA with use of OpenArgs). When Subform 2 is opened directly as the only form then the command button functions properly. When Subform 2 is...
  3. J

    change multiple records

    Hi. I'm setting up a database to track company owned tools. I've created a split form with a filter based on a query that shows the complete inventory. What I'd like to do is after the filter has been completed, use check boxes to "select" multiple items from the inventory, then click a...
  4. J

    VBA Enable TextBox with ComboBox Selection

    :banghead: I have only been working with VBA for 1 week and I am stumped at this point. I have a form where I want 2 text boxes to become visible and enabled when a selection is made on a combo box. I am working in 2013. This is what I have. Private Sub...
Top Bottom