Search results

  1. T

    Pass a filter criteria to a query that include both wildcard and Null

    Hi, I have been looking around for a while now trying to figure this out. Would really appreciate some assistance. I have a form with some combos to allow the user to pass filter criteria to a query. When one combo is left empty I want this criteria to be disregarded in the filtering - meaning...
  2. T

    Date format confusion when replicating to SQL

    Hi, Hope someone can help me with this one. I have an Access database that replicates to an SQL server with a number of append and update queries. Part of this is of course to identify the most recent and the newly added records. This is done with time stamps on all records. In our Swedish...
  3. T

    Language settings interfering with CurrentDb.OpenRecordset command

    I would really appreciate some help on this one! I have database that include two linked subforms. When one form is updated, related fields on the other form are updated with calculated values that comes form a CurrentDb.OpenRecordset (pulling relevont recordset form the database) combined...
  4. T

    Activate event not triggering with sub forms on tab control

    Hi, I have been struggling to get around this long enough and I would really appreciate some real expertise. I have a main form that holds a tab control with a number of sub forms. One of these subforms has a pop up form for adding new records to it. After closing this pop up form I would...
  5. T

    Disabling Ribbon prevents doCmd.SAve

    Hi, I have a very strange issue. Im running a form where I update the status in a checklist (continuous form) when I check a box in this form the overall % status is updated on the parent form which is the list of projects (each having a checklist). Here comes the problem. Everything is...
Back
Top Bottom