Hello again dear experts!
I need your help please.
I am trying to implement a database search option whereby a user is presented with a dropdown option to select from.
I want to give the user the ability to search our database using 3 fields.
select * from tableName where field1 like '"%field1%"'
or field2 like '"%field2%'"
or field3 like '"%field3%"'
The syntax may be off but the idea is that with the select statement, the user is then given a dropdown box with
field1,field2 and field3.
If the user clicks on field1, he or she is taken to popup window with an textbox to perform the search.
If there is a hit, the result is displayed at the bottom of the popup.
If no hit, the user gets a message at the bottom of the popup screen that says no records found.
Can I get someone to please help me out or direct me to a link that will assist.
I believe that once I get the dropdown code that will take me to popup screen is working, I can figure out the rest.
Thanks in advance
I need your help please.
I am trying to implement a database search option whereby a user is presented with a dropdown option to select from.
I want to give the user the ability to search our database using 3 fields.
select * from tableName where field1 like '"%field1%"'
or field2 like '"%field2%'"
or field3 like '"%field3%"'
The syntax may be off but the idea is that with the select statement, the user is then given a dropdown box with
field1,field2 and field3.
If the user clicks on field1, he or she is taken to popup window with an textbox to perform the search.
If there is a hit, the result is displayed at the bottom of the popup.
If no hit, the user gets a message at the bottom of the popup screen that says no records found.
Can I get someone to please help me out or direct me to a link that will assist.
I believe that once I get the dropdown code that will take me to popup screen is working, I can figure out the rest.
Thanks in advance