Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

Help with creating IDs in a many to many


This topic is 6370 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted (edited)

Here is my setup. I've got a many to many relationship between "Cases" and "Clients" through what I guess is a join table "Matters". Each Case has multiple Clients, and each Client has multiple Cases, but each Matter involves only one Client and one Case. Each matter stores the ID numbers of the Clients and Cases.

Right now, to create another Matter and link a Case with a Client, on the Case layout I have a drop-down list of all the Client names taken from a value list, and a button that executes a script to make a new matter. My problem is getting the Client's ID number to complete the relationship. I'm sure there is something obvious that I'm missing, any help would be greatly appreciated! Thanks!

Edited by Guest
Posted

You can create a value list based on the Client ID that will show the Client's name. So it looks like you're selecting the Name, but really you're selecting the ID and that Client ID should be complete the relationship between Matters and Clients.

Posted

You could create a new matter from a layout based on a Matter table occurence (TO). Then, have two popup menus for the user to select a client and case. Set the popups to value lists that consist of ClientID and Name, just showing name and CaseID and Name, just showing Case Name.

The problem with popup menus is that they are miserable if the lists get long. Then, you might try a "Select" button next to the Client Name which brings up a new window of all Clients in a list view. See this thread for example file.

This topic is 6370 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.