Search results

  1. M

    Question Run Code on Database Exit

    When users successfully sign into our database, the sign-on form is hidden in the background. This sign-on form contains a code that executes with the On Close Event. (This code logs a time in a table to capture the time the user logged out.) Previously, the Log Out button on the main form...
  2. M

    Running Sum Query Across Groups (cumulative)

    I need help creating a query with a running sum (cumulative total) across two categories. I need to accumulate Wages by employee, by calendar year for every day/every job worked. I have a table containing over 33,000 records, the years span from 2009 to 2014 with multiple employees. The Dsum...
Back
Top Bottom