K
|
kat 6/26/2006 |
Joe,
|
S
|
Spitty author 6/26/2006 |
Thank you for your help, and im a bit closer to understanding how to do it howerver... i wanted the menu page to have the distinct categories rather than just a 'category' link. |
![]() |
Alexey admin 6/27/2006 |
Joe, and display hyperlinks to the List page in the following form: ..._list.asp?action=SearchSearchField=Make&SearchOption=Equals&SearchFor=BMW
|
S
|
Spitty author 6/27/2006 |
great! thank you so much, thats exactly what im looking for! however, where would i run the query in menu.asp? |
![]() |
Sergey Kornilov admin 6/27/2006 |
You just need to add a link to search results to menu.asp file. <a href="TableName_list.asp?action=SearchSearchField=Make&SearchOption=Equals&SearchFor=BMW">Link</a> |
S
|
Spitty author 6/28/2006 |
Hello thank you for all your help, it worked... in my test run with a standard MS Access DB. However, on changing my connection string manually for my ms sql db, all functions work (record display, add, edit etc) apart from the searches. I get the following error: |
![]() |
Sergey Kornilov admin 6/28/2006 |
Ucase is a MS Access function. |
S
|
Spitty author 6/28/2006 |
Ucase is a MS Access function. In SQL Server you need to use Upper function.
|