I'm butting my head against a wall, and it's starting to hurt!
I'd like my user to select an item from an option list. (Let's call it the skills list.) After they've selected an item, I'd like them to press a submit button that calls up another form that lists all the people in my database who have that skill.
To make this work, I've got a dynamically generated (from a recordset) option list. And I've got a session variable (svMemberSkillID) that I can use on the list page recordset that gets all the members who have that skill and displays their names.
What I need to get smart about is how -- and where -- to connect the session variable with the option item selected by my user.
Can anyone help me?
TIA,
__Birm
I'd like my user to select an item from an option list. (Let's call it the skills list.) After they've selected an item, I'd like them to press a submit button that calls up another form that lists all the people in my database who have that skill.
To make this work, I've got a dynamically generated (from a recordset) option list. And I've got a session variable (svMemberSkillID) that I can use on the list page recordset that gets all the members who have that skill and displays their names.
What I need to get smart about is how -- and where -- to connect the session variable with the option item selected by my user.
Can anyone help me?
TIA,
__Birm