I'm trying to align two sets of data and have it populate when there is a mis-alignment between two values. I have a table that has all current orders that have been placed specific to each customer. I'm trying to match it to a query I have that combines different tables into one for a final "Price History". The issue I'm having is lining up the correct value, per the date in my 'Price History' query. The price history changes daily, but at 6:00PM each day. I have both table and query set-up in the same format, however when the order is lifted on say August 5th at 10:00AM, it's pulling in the pricing history that's effective only beginning at August 5th at 6:00PM. Any thoughts how I can fix this to line it up?