Newbies matt35 Posted March 10, 2006 Newbies Posted March 10, 2006 Hi, I'm somewhat new to FM, but sort of an old-hat with relational databases. One functionality I'd *love* to have in FM is a select list (drop-down menu) that will show the value of a related field at all times, but actually store a return ID in the field of interest. Both MS Access and Oracle have this kind of thing, which makes development of portal records to related tables easy. For example, a table of 'People', and a related table of 'relatives'. let's say you have a relationship between a FK field Relatives::PeopleID tied to People::PeopleID. In a front end, I'd like to show a list of relatives for this person. It seems with FM, you need to have one pick list for the ID (which shows the name upon expanding, but reverts to the number when not expanded), and another to show the name? Any help is appreciated. Thanks! Matt
overrider Posted March 13, 2006 Posted March 13, 2006 (edited) you can just select the related record id when making your value list. so when you click in a field it shows 001 Peter , but when you select it, it shows just 001. you can also have it the other way, at least filemaker 7 and later, so it hides the related id, thus just shows the name Edited March 13, 2006 by Guest
Recommended Posts
This topic is 7178 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