VBScript recordset help

liunx

Guest
I'm building a web page that has a list of different realestate locations and pulls this info from a database. The user can filter and view the properties by location. My problem is, is that I would like to display a header above the first location, but not have it repeat.<br /><br />For example, say I have 5 listings in the Northern Heights area. I'd like to display "Nothern Heights" as the first line and the following lines are the listings. When the loop finds the next area, say in the Harbor View location, have it display "Harbor View" and then show the listings for that location and so on for all the locations in my db.<br /><br />Anyone have any idea how to do this? Any help would be appreciated. This is an ASP page using VBScript.
</div>
 
Top