PiedPiper Posted July 13, 2004 Posted July 13, 2004 Ok. I have two types of Customer records, field TYPE containing 'Invididual' and 'Company' which is a Value List called TYPE. I want to give people a global text on a layout to the same table. I want three things in it as a radio button: Individual, Company, All and I want a self portal to adjust accordingly. I can do the equal - put Individual in field and have it match (=) a new TO related on Type. Same with Company. But when I select All, I have nothing to relate it to. I want to use the 'X' here I think, but I'm unsure how to make this work the best. Do I need a calculation? And my other problem is that the 'All' isn't in my existing Type Value List so I assume I'll need to make a new Value List containing all three options (to attach to my global)? Geez, 7 is fun. Pete
Ender Posted July 18, 2004 Posted July 18, 2004 The match field is going to need to be a multi-key, so that "Individual" and "Company" show up separate or under "All". Create a multikey match field like this: RecordTypeCalc (calculation, text result) = Type & "All" Now your global type field can relate to that and all records should match when the global type is "All". And yes, make a new global for this type choice, containing "All" and the other choices.
Recommended Posts
This topic is 7490 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