Re: form & lookup columns [message #172362 is a reply to message #172352] |
Mon, 14 February 2011 11:02 |
|
richard
Messages: 213 Registered: June 2013
Karma:
|
Senior Member |
|
|
On Mon, 14 Feb 2011 01:55:42 -0800 (PST), Wolf wrote:
> Hi,
>
> I've got a database with these tables:
>
> Region (id, name)
> Province (id, id_region, name, shortname)
> Town (id, id_province, name)
> Shop (id, id_town, name...)
>
> I've made a form and I'd like that when I choose a region, in the next
> drop-down menu I want to show provinces of that region
>
> I've searched the web to study how to do this thing, but I haven't
> found anything: could you please give me some hints/ideas/links to
> tutorials?
>
> Thanks a lot
>
> Best regards
chained select.
I've seen plenty of examples of multiple chained selects using javascript,
dhtml, ajax and others.
What is selected in form 1 dictates what loads into form 2.
|
|
|