melal Posted June 13, 2011 Posted June 13, 2011 Hi, I have 'region' and 'city' fields in my table. I have defined drop down list for my region field with 14 entries and city with 81 entries. Each region has cities, what I want to do is, after I choose region, only cities in that region should appear in drop down list. Thank you very much for your help.
bcooney Posted June 13, 2011 Posted June 13, 2011 This is called a conditional value list. To achieve this, you would need a table that stores the combinations of region and city, a join table. Here's an FMI explanation: FM Help
melal Posted June 13, 2011 Author Posted June 13, 2011 Thank you very much for your answer. At last I did it. By the way I learned conditional value list
Recommended Posts
This topic is 4916 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now