<% dim sql, rs, conn Set conn = Server.CreateObject("ADODB.Connection") conn.open "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=" & Server.MapPath("/dbeez") & "\duty.mdb" Set rs = Server.CreateObject("ADODB.Recordset") sql = "SELECT * FROM tblHealth" rs.open sql, conn, 3, 3 %> Girdwood Rotary Duty Roster

2011 Health Fair Volunteer signup sheet
Set up on Friday, October 7 from 4 pm - 6 pm
Saturday, October 8 from 9 am - 2 pm
Type your name in a blank white square then click Save Changes at the bottom right corner of the table

Girdwood Rotary Duty Roster
Girdwood Health Fair Duty - October 7 - 8, 2011
Day
Set up Health Fair  
Friday 4 pm - 6 pm Saturday 9 am - 11 am No duty
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
    Saturday 11 am - 1 pm    
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
    Clean up    
    Saturday 1 pm - 2 pm  
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">

** Type your first and last name in an empty cell to volunteer for a specific starting time, day and duty period. DO NOT USE APOSTROPHES AND PLEASE DO NOT TYPE OVER SOMEONE ELSE'S NAME OR TYPE TWO NAMES IN THE SAME CELL. When you have completed typing your name, left click on the "Save Changes" button on the bottom right corner of the form (or press the "enter" key) and follow the directions on the next screen. Thank you for volunteering your time.

<% set rs = nothing set conn = nothing %>