I am new to coldfusion so please try not to laugh to hard. I am
creating a registration application where the user has to pick a
certain time where they are going to do an event. The certain time
they choose gets dumped to the database. New users can see whos sign
up and what times are left. To do this I have created a page for each
moth that the program is running. I am wondering if my query is
correct.

<cfparam Make="November 2006">
<cfparam Team1="Week 1 November 3 - November 10">
<cfquery name="Recordset2" datasource="Prayer">
SELECT * FROM Signups WHERE Make = 'Variabel.Make' AND Team =
'variable.Team1'
</cfquery>

I keeping getting error messages. Should this be a cfset statement
rather than a cfparam.

any help that you can give me would be appreciated.

GiantBoaz