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.

How can you generate alphanumeric serial #?

Featured Replies

Hello-

I have a database where I would like FMP 7 to generate an alphanumeric serial number based on 1 or 2 fields in the record, (i.e. the team and the member).

For example, John Smith of the Yankees would have "YJS123456" where 123456 is the number that was created and appended to the "Y" "S" and "J".

Is there a way to do this automatically?

Thank you...

Generate the serial number in a separate field, and make it auto-enter a serial number. Then combine it like this:

Left( Team, 1 ) & Left( NameFirst, 1 ) & Left( NameLast, 1 ) & SerialNumber

Make sure the result is of type text, not number. If you don't have first name and last in separate fields, it would look like this:

Left( Team, 1 ) & Left( Name, 1 ) & Left( RightWords (Name, 1), 1 ) & SerialNumber

  • Author

Thank you! These are great solutions. I appreciate the help...

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.