Search results

  1. M

    Solved Excel export to Access, Update values, stop duplicates

    Hello all, I'm getting excel data from production (from an SAP export) and also manual entries for the day each day. At the moment I call a access function from the excel workbook that executes the import. For the manual data I can stop duplicates by using an index, for the production however I...
  2. M

    Compare Date/Time in Query

    Hello all, I'm trying to compare a time in date/time format to another time and check if ist bigger. The time comes from a query in which one column calls the function. The Function looks like this: Public Function getShifDate(shiftType As Integer, datex As Date, timex As Date, loc As...
Back
Top Bottom