I have a page setup that is pulling a record set from a database. This works fine. Now in that recrodsset I have a link that I want to be able to click and go to a more detailed version of that record. When I set this up and click on the link all I get is the first record in the database. How can I set this up so when I click on the link it displays the detailed version.
Example
I have a page displaying three small images that it hs pulled from a recordset.
There is a link under each images.
I want this link to take me to a page with a lerger version of this image
When I click on the first image it works fine (first recrod in the databse)
When I click on images 2 and three it still shows the first image.
I am trying to pass PicID which is the primary key in the database.
Thanks for your help
Ron
Example
I have a page displaying three small images that it hs pulled from a recordset.
There is a link under each images.
I want this link to take me to a page with a lerger version of this image
When I click on the first image it works fine (first recrod in the databse)
When I click on images 2 and three it still shows the first image.
I am trying to pass PicID which is the primary key in the database.
Thanks for your help
Ron