T
|
thesofa 10/23/2008 |
can you not use the dependant dropdown feature in the page where you set up the dropdown? |
K
|
kamil6x author 10/31/2008 |
I wanted to do that, but the field doesn't appear in the 'Category Control' drop down. can you not use the dependant dropdown feature in the page where you set up the dropdown? |
M
|
mustafa 11/2/2008 |
I did it many times without any problem.
|
K
|
kamil6x author 11/2/2008 |
Your database design is incorrect. Your address table doesn't need a ProviceID this relation is captured in the City Table. With your design you can have City A linked to Province B, and Address C, linked to City A and Province D. (Eg. An address is now linked to two different provinces.). I did it many times without any problem. You should check database structure for 'foreign keys'. Here is an example: It works! Best Regards, Mustafa |