<%
roomt=rsroom("房型")
set rs=server.createobject("adodb.recordset")
sql="select * from 宾馆房型 where 日期 like '%"& StartDate &"%' and 宾馆='"&c_name&"'and '"&Roomt&"' like '%"&roomt&"%'"
rs.open sql,conn,1,2
%>
<table width="87" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><%=rs("这里出问题了")%></td>
</tr>
</table></td>
两个表是这样子的,
表一 宾馆 房型
中国大酒店 高级房
中国大酒店 豪华房
表二: 宾馆 高级房 豪华房
中国大酒店 680 720
<td><%=rs("这里出问题了")%>这里面怎么样写才能让表一中房型下面的数据读取表二中字段下的数据来显示呢?
比如显示680