Hi, I have a monthly report that captures the previous 6 months. Each month, the dates roll forward one month for both start and end dates. Can SQL handle relative dates? For example, Today minus 1 month for the end date, and today minus 7 months for the start date. To complicate things even more, the dates are stored as YYYYMM, e.g., 200101, 200102, 200103, etc. Thanks, Dan.