Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-09-06 : 09:12:28
|
Heather writes "I am trying to do someting that should be simple but I cant get it right...I have an Access database with product info. I use a SQL statement to retrieve the Image of the products and display them in a table(that part works). I want to be able to choose any image in that table, and it will take me to a generic template of sorts and fill in the blanks IE, Product Name, Description, Price etc. The information for that would come from the database of course, All I can get to happen is when the image is clicked, it will fill in the blanks, but ONLY from the 1st record. If I choose any image other than the first one listed it will show the 1st one anyway, I'm sure I need to use a query string/GET method form of some sort but I am stumped as to where to start. My goal is to have a database driven site, no human interaction other than accessing the database for updates, the site will reconfigure so to speak. This will make sure no one but me can mess it upIf you have any ideas please contact me" |
|
|
|
|