I need to run a query where sql will add 6 months to the date field and bring back results. In other words I have a date of May-00 in my table that represents the date that the customer last purchased license renewal. There renewal comes due 1 year from that date. we want to send out renewal reminders 6 months prior to that date and I want a query that will tell me who to send reminders too. I know that this can be done but I just can't get the where clause to work. any input would be appreicated. I think it might work with an inbeded query but I am not sure. Thanks for the help