I'm pulling information for the in the Select Section for current month based on the formula below:
Month ({v_bss_GDI_Attendance_B.DateStamp}) = Month (CurrentDate)
This works well until I have gone 1 full year and I have two January's then I will have two entries for January (one 2004 and one 2005). My questions are as follows:
How do I limit information pulled to this year only?
If I use a current year statement and in "January 2005" want to use a subreport to pick up previous month "December 2004", how do I tell it current year for January and previous year for December?
I'm sure the answer is straight forward.
thanks in advance
Month ({v_bss_GDI_Attendance_B.DateStamp}) = Month (CurrentDate)
This works well until I have gone 1 full year and I have two January's then I will have two entries for January (one 2004 and one 2005). My questions are as follows:
How do I limit information pulled to this year only?
If I use a current year statement and in "January 2005" want to use a subreport to pick up previous month "December 2004", how do I tell it current year for January and previous year for December?
I'm sure the answer is straight forward.
thanks in advance