<% mm = request("mm") yy = request("yy") if len(mm) > 0 and len(yy) > 0 then qry = "select * from financial where f_month = '"& mm & "' and f_year= '"& yy &"'" set rs = conn.execute(qry) else yy = year(now) mm = month(now) qry = "select * from financial where f_month = '"& mm &"' and f_year = '"& yy &"'" set rs = conn.execute(qry) end if %>
 Login : <%=Session("memberlogin")%>  
 


 Financial Report
 
  Select month and year for financial report
 
   
       
<% do while not rs.eof %> <% rs.movenext:loop set rs = nothing mm = "" yy = "" %>
Financial Report : <%=GetMonthNameEN(cInt(mm))%> <%=yy%>
 PDF
  Name
  <%=rs("f_name")%>