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.

Open record in another table and verify not a duplicate

Featured Replies

I have developed application for small colleges. What I would like to do is Example: In the form that handles students admission (Student table), to open this same record in the form for Job Placement (JP table), using the social security as the key match element. This script could be triggered by a button. Now I need this script to verify that this same social security is not already exisitng and to open a message of some kind to notify the user that it already exists in the other table or that it opened it should it not already exist.

Thanks in advance

If Student and Job Placement are related, you can test for the presence of a related record using:

If [ not isempty(Job Placement::Student ID) ]

//record exists

End If

Have the script branching add a new record if it does not exist.

However, I'd strongly recommend you do not use the Social Security number as a relational key. This is a bad practice and has several flaws as well as exposing private information to unnecessary risk.

Instead use an auto-entered serial number (Student ID).

  • Author

Sorry for not answering sooner, but being out in a mountain town the Internet service was out about a week. Thanks for answering. Excellent recommendation. Script works fine. Yes I will use an Student ID rather than the SS Number.

Create an account or sign in to comment

Important Information

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

Account

Navigation

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.