Question
Display text when GroupID Changes
I've got an asp recordset pulling from a sqldb. Each row from
the db includes a GroupId, indicating which group the row belongs
too. At each change in GroupID, I'd like to display a header to
introduce that group. How do I tell the asp page to display the
header text when the GroupID changes from 1 to 2 or from 3 to 4,
etc.
