Hi All,
Right now the below code gives me below colmuns
2006-Q2, 2006-Q3,2006-Q4,2007-Q1
<td class="table_form_header" width="10%">#DateFormat(DateAdd("q", 0, Now()), "yyyy-Q")##Quarter(DateAdd("q", 0, Now()))#</td>
<td class="table_form_header" width="10%">#DateFormat(DateAdd("q", 1...