HI,
does anyone know how to make the column name flexible. like for example I would need the name for July be changed each month. This is my query, or at least a part of it:
so i would need the last part AS [2011-07] like [Format(DateAdd("m",-2,Date()),"mmm")] but this doesn't work (it comes the same in the report).. is there another solution, I could make column name variable???Code:IIf([Start Date]<"2011-08" And [Close Date]>"2011-06",1,0) AS [2011-07],