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.

Featured Replies

I need to know how to give my records in multiple tables unique ID numbers. How should I do this?

Assuming you have a serial # (SerialID) in each table already:

In each table. make a global and/or calculation field, call it TableID and set it = "TableA" (or whatever you want to use to identify the table), then make a field called "GloballyUniqueID" and set it equal to

TableA & numtotext(SerialID)

If you want it to be numeric, then set a very big number for TableID, like 10000000 and set GloballyUniqueID = TableID + SerialID (then set TableID to 20000000 in your other table, 30000000 in the third, etc).

Jeff

There was a great (revisited and lengthy) discussion of unique IDs in the "Sample Files" forum. IF you want each record to have a unique ID, the solution presented is very well done.

The subject line for the discussion is: "Unique Auto-entered Primary Key IDs v2.0"

Good luck!

Paul

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.