wmugrad28 Posted March 28, 2005 Posted March 28, 2005 I'm trying to get the value from a field in a TO into a related table's field. I need to have this field show live data and be able to be part of a relationship match field. I tried setting the field as an unstored calcuation. The calc. I used was GetField(nameofrelatedfield). Every field has a ? in it. I do not want to use a script if possible. Greg
Vaughan Posted March 29, 2005 Posted March 29, 2005 "I'm trying to get the value from a field in a TO into a related table's field. I need to have this field show live data and be able to be part of a relationship match field." Cannot be done. In order for the data to be "live" you'll need to make an unstored calculation based on the related field. But unstored (unindexed) fields cannot be used as the remote key for relationships. Lookups (or in FMP 7 use Auto-enter) are often used for this, but the data is not "live" in as much as the looked-up field does not automatifcally change whenever the source field is modified. This can be solved by scripting an update process.
Recommended Posts
This topic is 7248 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