Jason On 12 Nov 2009, at 20:31, Steve Cassidy wrote:
JasonYou can use a related field in any calculation or place it on any layout where the context is the 'parent' table. The result is the first related record according to the sort order specified for the relationship. If there is no sort order specified, I believe it will be the first related record in creation order.
You can also use the Last() function to get at the last record in the sort order or, if none, in creation order
cheers Tom
