Forum Moderators: open
I have 2 tables, and I want to show the CLAN field from table one in a dropdown. Then on selection of a name in that there dropdown, I want to populate dropdown number two with data from table 2 .... [matched using a text field]
The fields I will use are ......
Table One
=========
id [AutoNumber]
clan_name [Text] - SHOWN in dropdown one
Table Two
=========
id [Autonumber]
clan_id [text]
family_name [Text] - SHOWN in dropdown 2 if clan_id in this table matches the entry selected in first dropdown box [Clan_Name]
I am confusing myself!
============================================
What it is is we have 1000 CLANS in table one, 50,000 FAMILY NAMES in table two - we use two tables, as a single table would have to contain 50,000,000 entries - so please don't tell me to use a single table!
============================================
I guess JScript would enhance it, but if I have to update the page it is not a problem . . . but would be a pain for my client [and for me in trying to explain it to him!]
Looking forward to some responses.
Glen
UK
Well I hate to say it but the best I could find uses JS. This one [javascript.internet.com] will do what you want to a point.
Brian
What's on the server side that you know, and can use (perl, php, etc)?
Perl, PHP, and Python Scripting [webmasterworld.com] probably the best place for the ColdFusion.
Microsoft .NET and Related Technologies [webmasterworld.com] I am guessing all the ASP gurus hang out there now.