Jump 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 data in other fields in same record

Featured Replies

I have 2 fields, LastName and FirstName. I want to check if someone entered the same thing into each field. I figured I could ask Find Mode to perform a find where LastName=FirstName by entering =FirstName in the LastName field. This does not work; FM does not seem able to evaluate data from another field in the same record. There must be some simple way to do this, but I can't figure it out. Perhaps there is some symbol that does not appear on the symbols list popup that tells FM to insert the contents of the named field into the "search" parameter.

You could create a calc field: If(LastName = FirstName, "Wups", "").

It's a thought.

I would stop them from entering the same thing twice in the first place using a validation by calculation on both fields. However, if you now have records with both fields holding the same information, simply create a relationship between

RecordID & Firstname

Related to

RecordID & Lastname

This should do what you want!

  • Author

I completely agree with you -- except it's not my data; I am importing over 10,000 records generated by another system. The output is "poor quality" due to unfiltered input. As I browsed I noticed many records where both last and first names were the same. I was trying to isolate those records in the FM data base when I ran up against the speed bump. Thanks!

Create an account or sign in to comment

Important Information

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

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.