I'm having trouble using the "TwoSelects Related" custom tag.  The first box 
populates correctly, but the second box does not update after the first box is 
changed.  The query I'm using is only pulling two fields (fips_type & 
fips_name).  I want the first box to display all the "types" available, and 
then the second box to populate with the names of all items in the database 
with that type.  Here is the code I'm using:

<Form>
<CF_TwoSeclectsRelated
     Name1 = "Type"
     Name2 = "Name"
     Query = "TypeLocality"
     Value1 = "fips_type"
     Value2 = "fips_name"
     Display1 = "fips_type"
     Display2 = "fips_name"
     HTMLBetween = "<br>"
     ForceWidth2 = "20">
</Form>

I have not made any changes to the "TwoSelectsRelated.cfm" file.  Any help 
would be greatly appreciated.  Thanks in advance.

Mike 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309094
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to