Hello

I'm new to coldfusion and I have a problem.

My problem is this:

I want to receive a value (from a selection in a combo box)and carry on
that value (maybe through a session cookie or form variable...i don't
know which to use)to another page where I'll use the value to run a
query.

for example i want a user to select a state from a combo box and then
depending on the state the person has selected I display all schools in
that state on a result page

My database is in MS ACCESS and i can display all the records if I want
to, but only this doesn't work giving me an error which says my cookie
is undefined.

Can anyone help me?