niessen Posted January 10, 2005 Posted January 10, 2005 Hello- I am new both to this forum and to FMP. I am having problems limiting some value list dropdowns depending on a selection made in a different field, but same layout. I am hoping someone will be able to help me out. I am making a database to keep track of orthopaedic surgeries and I would like to have the dropdown list of component sizes to be dependent on the brand of implant used. I have a separate calculation field (using ValueListItems) which shows the correct sizes for each brand used. Then I have a field with value lists from this calculation field that allows the user to select the size. The problem is, all the values show from the different brands, although the calculation field only shows the relevant sizes. Any advice? I hope I have explained the problem clearly. Thanks in advance.
-Queue- Posted January 11, 2005 Posted January 11, 2005 See here for a good dynamic value list example.
niessen Posted January 11, 2005 Author Posted January 11, 2005 Thanks for your help. I think this will work. We have between 3 and 5 components with sizing and names dependent on implant brand. Should I just make tables for each component sizing and name then relate them to the input table?
-Queue- Posted January 11, 2005 Posted January 11, 2005 No, just use one table that has brand and size fields, and create one record for each combination. Then create a relationship from your main table to brand in the new table and base your second value list on the new table's size field, defining it to 'include only related values starting from' the main table.
niessen Posted January 13, 2005 Author Posted January 13, 2005 I finally got around to implementing this method and it works beautifully. Thanks again for the help.
Recommended Posts
This topic is 7255 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