bloke
12-09-2003, 09:38 AM
Folks
Just mulling over some ideas here. Can I use For Each to group items in a recordset? If so, how?
ie I have a recordset which is grouped by a field. I want to write the records to the page thus:
for each fieldname in recordset
response.write fieldname1
response.write fieldname2
Next
if that makes any sense at all!
Cheers
Just mulling over some ideas here. Can I use For Each to group items in a recordset? If so, how?
ie I have a recordset which is grouped by a field. I want to write the records to the page thus:
for each fieldname in recordset
response.write fieldname1
response.write fieldname2
Next
if that makes any sense at all!
Cheers