esaragosti
Programmer
Hi there,
I have a drop down menu on one of my asp pages. I populate it dynamically putting the PK in the value, but putting the name of the department in the field so that the user can click on it.
I still need the PK to be there, but I now need the department as well so that I can send out an e-mail through this asp form.
The question is, is there a way to pull both pieces of information, or do I need to open a second database connection to check the deptartments name with it's Primary Key?
Thanks
Eric
I have a drop down menu on one of my asp pages. I populate it dynamically putting the PK in the value, but putting the name of the department in the field so that the user can click on it.
I still need the PK to be there, but I now need the department as well so that I can send out an e-mail through this asp form.
The question is, is there a way to pull both pieces of information, or do I need to open a second database connection to check the deptartments name with it's Primary Key?
Thanks
Eric