SELECT resin_lot_change.silo, resin_lot_change.resin, resin_lot_change.resin_lot, resin_lot_change.Resin_lot_date, resin_lot_change.Resin_lot_time, resin_lot_change.Auto
FROM resin_lot_change
WHERE (((resin_lot_change.silo)=[text14]) AND ((resin_lot_change.Resin_lot_date)>[combo2])) OR (((resin_lot_change.Resin_lot_date)=[combo2])) OR (((resin_lot_change.Resin_lot_date)=[combo2]-1))
ORDER BY resin_lot_change.Resin_lot_date DESC;