[search.cfm]
...
<input type=text name=someField>
...
[/search.cfm]


[results.cfm]
...
<cfquery bla bla bla>
        select yada yada yada
        from    whatever
        WHERE   someField >= #FORM.someField#
</cfquery>
...
[/results.cfm]

Something like that??

-----Original Message-----
From: Tim Bahlke [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 11, 2000 1:46 PM
To: CFTalk
Subject: 


I have a field with numbers ranging from 1-5 that I would like my users to
be able to use as a search criteria.  If the user wishes to search by 3, for
example, I would like to return anything that was 3 or greater.

Can this be done?

Thanks,

Tim


----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to