Recent content by digiext

  1. D

    Select Shift From Table

    Sorry it took me so long to respond. Here is the output of debug.print: INSERT INTO tblCurrentShift (ShiftName, ShiftStart, ShiftEnd, DaysOfTheWeek, Ord) SELECT tblShifts.ShiftName, tblShifts.ShiftStart, tblShifts.ShiftEnd, tblShifts.DaysOfTheWeek, tblShifts.Ord FROM tblShifts WHERE...
  2. D

    Select Shift From Table

    I just tried this code out and it should be selecting Day shift but now is selecting Night Shift. Thank you for the attempt to fix this! Chris
  3. D

    Select Shift From Table

    Hello, I am looking to get some help with a VBA function that would select a shift from a table based on the current date and time. It would then write this data out to another table to be used by other items. I currently have something that works most of the time but has problems...
Back
Top Bottom