Search results

  1. L

    multi value search in textbox of a form

    I am pretty new to vba. This is what I am trying to achieve. I have a form that onload displays all records in a form. I also have a searchbox with a button that should be able to take multiple search criterias (from multiple colums in a table or query). And then a reset button to display...
  2. L

    Update Query for master and sub form

    Hi JR, When I have the subform open only, and then to into the update query, and in the criteria row I let the wizzard find reference field which is AID, then it shows the criteria [Forms]![frmActions]![AID] I also changed the synthax to the one you suggested, but as before when I update the...
  3. L

    Update Query for master and sub form

    I am trying to update one single record each in a main form and subform to online MS SQL Server tables. I have two update quries that are connected to a form, the main form also includes a subform. I will explain the structure of my tables. Local tables: Contacts (PK=ID) Actions_local(PK=AID...
Back
Top Bottom