Hello All! I have a table where shipment tracking information is stored. Some of that information is "MONTH SHIPPED" "YEAR SHIPPED" as well as the "ACTUAL SHIP DATE". Right now i have a query that looks for the particular "MONTH SHIPPED" to give me a particulars month of data. I can also do this with the year. Is there any way I could eliminate the fields "MONTH SHIPPED" "YEAR SHIPPED" and pull the data only based on the actual ship date? The actual ship date is in short form format, but it does include the month and the year. Can i have my query look at the actual ship date and when i run it ask me what month i want to see? or what year i want to see? or even what quarter i want to see? Any help would be appreciated!