jjfcpa Posted August 3, 2010 Posted August 3, 2010 First off, I have a relationship as follows: Clients Loans Payments The clients have a primary key that is also in the loans table (as a foreign key). The payments tables has a primary key from the loans table (as a foreign key). I am not using a portal because of the design constraints. I have a Clients Listing that allows you to display a clients details screen, and from that screen you can go to the loans listing screen. Currently, the payments screen is not finished. The problem is that when I go to the loans listing screen, ALL the loans for all clients are displayed. I thought that the relationship would filter only the loans for the client selected; however, I think I probably need to do something. Just not sure what. I'm thinking maybe a find on the primary key of the client in the loans table? Help very much appreciated.
comment Posted August 3, 2010 Posted August 3, 2010 I think I probably need to do something. Just not sure what. This? http://www.filemaker.com/11help/html/scripts_ref1.36.20.html#1028356
jjfcpa Posted August 3, 2010 Author Posted August 3, 2010 Thank you for the reply. Should this script step be done AFTER performing a find in the loans table based on the client's primary key?
comment Posted August 3, 2010 Posted August 3, 2010 Instead. If you check "Show only related records", this step does everything you need: goes to a layout of loans and shows only the loans of the selected client.
Recommended Posts
This topic is 5297 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