I posted this as a comment in another thread, but it got no attention, so I'm giving it it's own thread.
Say I had an Access table that looked something like:
Album Title | Artist | Genre
----------------------------
album1 | AA | jazz
album2 | BT | jazz
album3 | CC | pop
album4 | DF | rock
album5 | LL | rock
I want the genre field (is field the correct term?) to be displayed in a picklist on page 1. Then the user would pick it, press submit, and on page 2, a table would appear displaying all the albums and artists of that particular genre. How could I do that?
Say I had an Access table that looked something like:
Album Title | Artist | Genre
----------------------------
album1 | AA | jazz
album2 | BT | jazz
album3 | CC | pop
album4 | DF | rock
album5 | LL | rock
I want the genre field (is field the correct term?) to be displayed in a picklist on page 1. Then the user would pick it, press submit, and on page 2, a table would appear displaying all the albums and artists of that particular genre. How could I do that?