I am needing help with how to create a statement. I would like to bucket items that should be shipped on a particular date. I created a separate table with the targeted dates: a start date, end date and the Saturday or target date. Say if a item was entered to on 10/8/13 and it will be shipped on 10/12/13; it should appear with a "targeted" Saturday's date. Please review the statement that I have created: Saturday Date: IIf([sch_del_date]>[Start date] And [sch_del_date]<[end date],[saturday],"")