Sorry guys, I know this is probably elementary. The book I bought for coldfusion doesn't really explain much. I created a form that takes 3 values(lastname, firstname, and phonenumber). After the user enters that info and clicks the submit button, I would like the database to be queried for those values and return the appropriate record to the results page. How can this be done? If I set a variable for each of these values, how do I get the info to the next page?