Search results

  1. J

    Display specific records in a subform using a dropdown list

    I found the solution!!! When using a subform and calling "Me.Requery" I was calling only the outside form and not the subform... You can also try the following [Form_simple problems].Requery
  2. J

    Display specific records in a subform using a dropdown list

    at the After Update event of lookup combo box
  3. J

    Display specific records in a subform using a dropdown list

    I have the combo box that looks at my table "categories", my form is called "problems1" and the combo box "lookup" so the criteria for the query should be [Forms]![problems1]![lookup] ? But when I insert Me.Requery at the form I have the error: Microsoft Access can't find the macro 'Me.' What...
  4. J

    Display specific records in a subform using a dropdown list

    Hi to all, I developed a database where I keep all the problems that I face and their solutions along with its category. Now I want to have a form that when I choose each category, I should have all its records. I heard that I should implement this by using a subform but I couldn't manage...
Back
Top Bottom