<%Set RS = Server.CreateObject("ADODB.Recordset") RS.ActiveConnection = Conn SQL = "SELECT * FROM Contacts " & SQL_SearchFor & " ORDER BY country,lastname" RS.Open SQL, Conn, 1, 3 colorchanger = 0 color1 = "#C5D3E7" color2 = "#B0C4DE" If NOT (RS.BOF AND RS.EOF) Then%>

FIRST CFC SOUTHEAST ASIAN REGIONAL CONFERENCE

ROOM ASSIGNMENT AT BAAN PHU WAAN

As of  Wednesday December 04, 2002
[Return to registration  or  conference homepage]

For correction and queries, please send email to edgar@cfcthai.org

<%Do While NOT RS.EOF%> <% If colorchanger = 1 Then colorchanger = 0 color1 = "#C5D3E7" color2 = "#B0C4DE" Else colorchanger = 1 color1 = "#DAE3F0" color2 = "#C5D3E7" End If RS.movenext Loop End If%>

Lastname

Firstname

Country

Room No

Check-in

Check-out

Adult#

Child#

Edit

"><%=RS("Lastname")%> <%=RS("Firstname")%> <%=RS("Country")%> <%=RS("BaanRoomNo")%> <%=RS("BaanStartDate")%> <%=RS("BaanEndDate")%> <%=RS("AdultNo")%> <%=RS("ChildNo")%> [">Edit]