benniesanders
Programmer
Greetings, not sure how to do this. I've found some examples but I'm not smart enough to modify them for my needs. I have a photo gallery asp page pulling from an access database. I need to get the first four records of a category, insert a line of html code <span class="clr"></span>
then find the next four (or less or 0). There is a maximum of 16 photos in each category but most only have 4 or 6 at this point. Any ideas would be greatly appreciated. Thanks in advance!
Code:
set rs=objConn.execute("select * from qyGallery where galleryid=" & catid)