Login : <%=Session("memberlogin")%>
Weekly Report
<% qryCT = "select * from report_country" set rsCT = conn.execute(qryCT) do while not rsCT.eof response.write "
"& rsCT("rp_country_name") &"
" rsCT.movenext:loop set rsCT = nothing %>
<% qryWeek = "select * from report_week" set rsW = conn.execute(qryWeek) do while not rsW.eof response.write "
"& FormatDay(rsW("rp_week_start"), "e") & " - " & FormatDay(rsW("rp_week_end"), "e")& "
" rsW.movenext:loop set rsW = nothing %>