Alan, Sorry to me a pest...i'm still having difficulty...Here's what i'm doing:
I've added 2 columns to the query (attached in the previous thread).
In the first column under "field" I have the following:
Select Events.Start Date, From EventsWHERE ((Events.StartDate = Year([Enter Year])) and (yourtable.Quarter = [Enter Quarter]));and this in the second column: 1. Quarter=iif(Month([Start Date]= 1 orMonth([Start Date]=2 or Month([Start Date]=3, "1",iif(Month([StartDate]=4 or Month([Start Date]=5, Month([Start Date]=6, “2” ,iif(Month([StartDate]= 7 or Month([Start Date]=8 or Month([Start Date]=9,"3",iif(Month([Start Date]= 10 or Month([Start Date]=11 orMonth([Start Date]=12, "4")))
Please please provide some guidance...thanks again!