Advanced Database connections and Queries

D

databaseboy2005

THis seems like a tough one to me. Hope you can help. I am using a database
to display info on webpage. I have to things i need to do. #1-I need to
display the "ID" number in the confirmation page. I have tried the web
componet "confimation field" but it will not display anything. I also tried
adding database results to the confirm page, but then you get a list of all
ID numbers, not just the last one entered.

#2- I have a field called image. it is hidden and automatically sends the
value "images/nowserving/image0--.gif". Where --needs to be the same as the
ID number. ex "images/nowserving/image010.gif". Is there anyway to do this
automatically? CUrrently I am manually modifing the -- to match the ID#
 
Top