954,593 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

cfselect issue trying to get results from a sql select statement

Anyone know how I can get sql results from three cfselect forms.

I'm trying to have the user select from three cfselect lists and draw results based on those choices.

I'd appreciate any help you can give.
Thanks

alwaysneedhelp
Newbie Poster
3 posts since Oct 2004
Reputation Points: 10
Solved Threads: 0
 

hi,

you can do this. for this to work you need to have where clause in your query to get the data based on the these 3 cfselect.

for eg.

select * from emp where field1=#select1# and field2=#select2# and field3=#select3#

:cool:

Srinivas

srinu
Newbie Poster
3 posts since Aug 2004
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You