Robert Collins Posted September 26, 2008 Posted September 26, 2008 I am trying to look up a value of a related record but am having some trouble. The relationship between the two tables is a phone number and one of the tables holds multiple records with this telephone number. I would like to obtain a fields contents from the last record oof this table. I thought about using the getNthrecord function but this requires knowing the record number so what I need is something like this GetNthRecord (field ; lastrecord) is there a way of Getting the last related record for this to work? thanks
comment Posted September 26, 2008 Posted September 26, 2008 Well, GetNthRecord ( related::field ; Count ( related::phone ) ) could do it, but Last ( related::field ) would be a lot simpler. Note that they are not exactly the same, and you will see a difference if the last related record's field is empty. See also: http://fmforums.com/forum/showtopic.php?tid/198224/post/303896/#303896
Recommended Posts
This topic is 5962 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