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.

Marking a Record if it Matches field in another table

Featured Replies

I have two tables. One of them has all of the values that are used to fill in different fields in the second one. I am trying to find a way to mark the original list if the name has been used in the second table. I have created a complex script which goes through individual records from each table comparing each to perform this, but I am looking for a way to expedite the process because once my database gets larger, this will take forever.

I have a relationship set up between the two tables linking 'Species List:speciesname = Database:speciesname'. I want to put an 'X' in the field 'Species List:Vouchered' if 'Database:speciesname exists'.

Let me know if this is confusing, or if you need more explanation.

I think you can simply set up 'Species List:Vouchered' as a calc field:

if(Species List:speciesname = Database:speciesname;"X";"")

If you set it up as a drop down you can use "Yes."

I don't use a lot of check boxes, but, I believe the same holds true as well.

If you just want to check to see if there is a name in the field then something like this:

if(not isempty('Species List::speciesname');'Species List::Vouchered'="X";"")

  • Author

Thank you. I don't know why I was making this so difficult.

Glad to help. Only trying to pay back the VOLUMES of help I have received from this site.

Al

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.