Skip to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Finding only multiple related records

Featured Replies

  • Newbies

Three tables: Attorney --< AttyClient >-- Client. AttyClient contains just the unique IDs from Attorney and the unique IDs from Client. It exists to handle the many-to-many relationship between Attorneys and Clients. How do I find only those Clients that have more than one Attorney assigned to them? In other words, only those Clients that have more than one related Attorney record. Thanks very much.

  • Author
  • Newbies

Never mind. figured it out. thanks anyway.

Create a calculation in Client of Count(AttyClient::id) > 1. Perform a find for 1 in this field to find all Clients who have more than one Attorney.

  • Author
  • Newbies

Argh! I should have thought of that. My much less elegant way was to make a portal to AttyClient, and do a Find duplicates on the unique ID for the client table. Both produced the same results.

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.