Search results

  1. L

    Pausing macro execution with if condition

    I have a form with a macro that has the action "SendObject" that sends a report by email. In the report itself I have macro that displays a messagebox if no records were found. What I want o achieve is to halt the "SendObject" macro if no records were found and stop loading Outlook, instead...
  2. L

    Executing INSERT INTO Error

    I am creating a query to find unmatched rows between a local access table and an online MS SQL Server table based on the PK field ID. This is working without any flaws. My problems start when I run a append query with INSERT INTO based on the result of the former. I get the following error...
  3. 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...
  4. 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