I have an Access database of albums, and I want to fill a drop down list with field (I think that's the right term) information, and then when the user picks a selection, they are sent to another asp page, via a FORM, where various fields from that choice are shown.
e.g.
1st page:
__________
| |
-|album 1 |
-|album 2 |
-|album 3 |
-|album 4 |
-----------
|submit|
2nd page:
Album Name (*) | Price |
info info
(*) Album name would be the one they picked on page 1.
Likewise, if I wanted a drop down list that would display all genres of album (jazz, electronica, trip hop), so that various albums would be displayed on the 2nd page, how could I do that?
PLEASE REPLY SOON, as although I can create a drop down list that doesn't do anything, I really need to be able make one that sens results from a form to a table on another page.
e.g.
1st page:
__________
| |
-|album 1 |
-|album 2 |
-|album 3 |
-|album 4 |
-----------
|submit|
2nd page:
Album Name (*) | Price |
info info
(*) Album name would be the one they picked on page 1.
Likewise, if I wanted a drop down list that would display all genres of album (jazz, electronica, trip hop), so that various albums would be displayed on the 2nd page, how could I do that?
PLEASE REPLY SOON, as although I can create a drop down list that doesn't do anything, I really need to be able make one that sens results from a form to a table on another page.