Populating Options based on Option selected

2001-12-09 Thread PHP
Hello, I am trying to dynamically populate the data from a table that is selected as part of an option in a cfselect statement. So far I have: cfquery name=view datasource=technical select id, name from category order by name; /cfquery cfform action=TechnicalConnection.cfm name=category

Re: Populating Options based on Option selected

2001-12-09 Thread Douglas Brown
You could try the CF_TwoSelectsRelated tag. you can find it on allaires site. Doug - Original Message - From: PHP [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, December 09, 2001 10:10 PM Subject: Populating Options based on Option selected Hello, I am trying