chris_brown Posted May 7, 2002 Share Posted May 7, 2002 Hi, I have created a database in FMP and I have 2 pop up menus one is comany name and the other is the size of paper eg:a1,a2,a3,a4,a5 but the sizes are all different to each company. So the question is, is there a way of selecting a company name and it bringing up all the sizes that relate to that company that I have selected in the comany pop up menu box. (I dont know much about relationships) For example I choose Adidas as the comany the second pop up menu brings up all products that relate to Adidas On the next record I choose Nike the second pop up menu brings up all products that relate to Nike Thanks for any help Chris Link to comment Share on other sites More sharing options...
djgogi Posted May 7, 2002 Share Posted May 7, 2002 Create an join file Company_PageSz with following structure: company page_size For each company add as many records for sizes it use. Now, in your main file define list "companies" use values from field company in file Company_PageSz. than create an relationship from your file to Company_PageSz file usinggcompany field in both file. And at last define list PageSize use related values(from above relationship) from field page_size in file Company_PageSz. That's all Dj Link to comment Share on other sites More sharing options...
Fitch Posted May 7, 2002 Share Posted May 7, 2002 Also answered in linked pop up lists . Chris, please don't cross-post your questions anymore. Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 8189 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