Inmueble
<%
SQL_Consulta = "SELECT * FROM datos where tipo<>'' order by tipo"
Set Consulta = fp_db.Execute(SQL_Consulta)
%>
Venta
/ Renta
Precio
minimo
<%
SQL_Consulta = "SELECT * FROM datos where precio<>'' order by precio"
Set Consulta = fp_db.Execute(SQL_Consulta)
%>
maximo
<%
SQL_Consulta = "SELECT * FROM datos where precio<>'' order by precio"
Set Consulta = fp_db.Execute(SQL_Consulta)
%>
Municipio
<%
SQL_Consulta = "SELECT * FROM datos where municipio<>'' order by municipio"
Set Consulta = fp_db.Execute(SQL_Consulta)
%>
Colonia
<%
SQL_Consulta = "SELECT * FROM datos where colonia<>'' order by colonia"
Set Consulta = fp_db.Execute(SQL_Consulta)
%>