|
Hello all!
I am having a hard time getting my database to work properly. I am trying to search multiple rows and return presentations based upon that row. Currently I get the first choice from "FootCare" no matter which option I choose in my form. How do I deliminate these so it searches each one and moves onto the next subject? I am using ASP and using an ACCESS database.
SQL="SELECT Presentations FROM Speakers WHERE Subjects = 'Skeletal';"
SQL="SELECT Presentations FROM Speakers WHERE Subjects = 'Surgical';"
SQL="SELECT Presentations FROM Speakers WHERE Subjects = 'FootCare'"
I think I will have one other bug, but I am not sure if it is connected to this problem.
Thank you!
Last edited by jengiss; 06-14-2007 at 01:33 PM..
|