Hi
I am trying to display a row of data from a recordset using the input from a html form as the way of searching the recordset.
eg. My table has 3 columns ( LIQUID, PROPERTIES, FORMULA) and about 60 rows. I need to pass an inputted argument (from the client side html form) eg. WATER into the recordset so that it looks down the column LIQUID and finds WATER, then diplays whole row cotaining WATER, it's PROPERTIES and FORMULA in a table.
If WATER is not found in the table I would like to output "Sorry your input did not match any records" (and the input does not have to be case sensitive!).
If anyone could help me it would be much appreciated.
Cheers
John
I am trying to display a row of data from a recordset using the input from a html form as the way of searching the recordset.
eg. My table has 3 columns ( LIQUID, PROPERTIES, FORMULA) and about 60 rows. I need to pass an inputted argument (from the client side html form) eg. WATER into the recordset so that it looks down the column LIQUID and finds WATER, then diplays whole row cotaining WATER, it's PROPERTIES and FORMULA in a table.
If WATER is not found in the table I would like to output "Sorry your input did not match any records" (and the input does not have to be case sensitive!).
If anyone could help me it would be much appreciated.
Cheers
John