If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > And the search goes on...

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-02-05, 22:35
ASP-irations ASP-irations is offline
Registered User
 
Join Date: Jan 2005
Posts: 7
And the search goes on...

Hi People,

Having major trouble wondering if you can help. I have a search page with three text boxes, where i want the user to be able to search for albums in my database based on a combination of artist name, album name or genre(this is a drop down box) or all three if they want.

I've tried starting out simple and just done

strSQL="select * from albums"

If stralbumname<>"" Then
strSQL=strSQL + "where album_name like '%"& stralbumname &"%'"
End If

But it just wont work, instead i get a list of all the albums regardless of whether i type something in the text box or not.

Any ideas would be much apreciated thanks
Reply With Quote
  #2 (permalink)  
Old 02-04-05, 08:00
Bullschmidt Bullschmidt is offline
Guru
 
Join Date: Jun 2003
Location: USA
Posts: 1,032
Perhaps this may hopefully give you some ideas:

Classic ASP Design Tips - Search Criteria on Multiple Fields
http://www.bullschmidt.com/devtip-searchcriteria.asp
__________________
J. Paul Schmidt, Freelance Web and Database Developer
www.Bullschmidt.com
Access Database Sample, Web Database Sample, ASP Design Tips
Reply With Quote
  #3 (permalink)  
Old 02-04-05, 20:46
ASP-irations ASP-irations is offline
Registered User
 
Join Date: Jan 2005
Posts: 7
Hey

Thanks for the reply, article was really helpful and now my search facility works great!!

Thanks
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On