Please, I need help urgently.<br>I'm a beginner with ColdFusion. I have a website am developing with coldfusion. Pls can anybody tell me how to use html form Input variable values in my SQL query's Where Clause?<br>Example<br>Say I have a form with an input text book "NAME"<br>The user types in "BIOLA" as his name.<br>I want to query my database to see if I have a user called "BIOLA".<br>I did something like this<br><CFQUERY NAME=bbb DATASOURCE="ccc"><br>Select Name From Table Where Name='#Form.Name#'<br></CFQUERY><br>But i got an error message saying column does not exist or something like that. PLS i need help URGENTLY