• Lowell, not quite understanding. Here's what I think you said...

    SELECT * from tblEvents

    WHERE (tblEvents.EventDateTime >

    (Select Max(EventDateTime) from tblEvents

    WHERE EventType='Rejection' and TimesheetID=23))

    AND tblEvents.TimesheetID=23

    Jim