I'm trying to build a site which is basically a catalog of images categorized by type. I have a table which contains the path/filename of each image and the category (primary key).<br>
<br>
If I use a query which selects images by category, how do I display a limited # of images in a table (maybe 5 images per page) and scroll through the remaing images in the category?<br>
<br>
I haven't seen any examples of this yet. I been able to do the query and have a resultset containing about the image filenames, but I'm only able to display the first file in the resultset.<br>
<br>
TIA<br>
<br>
Gerry
<br>
If I use a query which selects images by category, how do I display a limited # of images in a table (maybe 5 images per page) and scroll through the remaing images in the category?<br>
<br>
I haven't seen any examples of this yet. I been able to do the query and have a resultset containing about the image filenames, but I'm only able to display the first file in the resultset.<br>
<br>
TIA<br>
<br>
Gerry