E Gish Posted July 13, 2004 Posted July 13, 2004 I am continuing on my quest of a single file solution and have a products table with which I need to do conditional value lists on several fields. The fields are as follows: Class, Manufacturer, Model, SerialNr, Category, Subcategory, ActiveStatus and ProductName In FM v5.5 I built relationships starting with a Keyfield and compared it to a global field for conditional relationships KeyClass=Class KeyClassManuf=KeyClass & Manuf KeyClassManufModel=KeyClassManuf & Model etc... same method with globals gClass=Class gClassManuf=gClass & Manuf gClassManufModel=gClassManuf & Model etc... then I built the relationships gClass=KeyClass gClassManuf=gClassManuf gClassManufModel=gClassManufModel etc... This gave me the ability to do the drill down method of sorting the products by fields with conditional value lists that in the end reduced the lat value lists to a dozen or so compared to 6000 entries. I am wondering if FM& will allow me to do a much cleaner method of doing this without building all those fields and relationships? I do not see the mupltiple comparators in relationship builder helping, but maybe I am wrong in this. Perhaps there is another method to do it as well. I hope this is clear Thank you all for your help.
Recommended Posts
This topic is 7495 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