<% SQLStr = "SELECT * FROM Lodging WHERE (GiftCertificates = true AND Adventure = true) order by Lodging.LocationCity;"
set rs = Conn.Execute(SQLStr) %>
<% If NOT rs.eof Then%>
Adventure Getaways
<% End If %>
<% SQLStr = "SELECT * FROM Lodging WHERE (GiftCertificates = true AND Restaurant = true) order by Lodging.LocationCity;"
set rs = Conn.Execute(SQLStr) %>
<% If NOT rs.eof Then%>
Restaurants
<% End If %>
<% SQLStr = "SELECT * FROM Lodging WHERE (GiftCertificates = true AND ArtistPhotography = true) order by Lodging.LocationCity;"
set rs = Conn.Execute(SQLStr) %>
<% If NOT rs.eof Then%>
Artists/Photography
<% End If %>
<% SQLStr = "SELECT * FROM Lodging WHERE (GiftCertificates = true AND MiscServices = true) order by Lodging.LocationCity;"
set rs = Conn.Execute(SQLStr) %>
<% If NOT rs.eof Then%>
Miscellaneous Services
<% End If %>
<% SQLStr = "SELECT * FROM Lodging WHERE (GiftCertificates = true AND Entertainment = true) order by Lodging.LocationCity;"
set rs = Conn.Execute(SQLStr) %>
<% If NOT rs.eof Then%>
Entertainment
<% End If %>
<% SQLStr = "SELECT * FROM Lodging WHERE (GiftCertificates = true AND Business_Type_Other = true) order by Lodging.LocationCity;"
set rs = Conn.Execute(SQLStr) %>
<% If NOT rs.eof Then%>
Other Businesses