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.
Juggernaut

Featured Replies

Hello,

I'm working on a database that manages plant specimens. I have this calculation in my database

Lookup ( PCRSamples::Sample Genus ) & " " & Lookup ( PCRSamples::Sample Species ) & " " & Lookup ( PCRSamples::Sample Sub Species )

This field combines all of the taxonomy into one calculation. However, when I enter the data I use the full name of the Genus and Species. What I want to do is truncate the first two lookups to two letters:

Ex: Pteridium Aquilinum Japonicum turns into Pt. Aq. Japonicum

Does anyone have any ideas on how to do this.

Thanks

js22

Left ( Lookup ( PCRSamples::Sample Genus ) ; 2 ) & ". " & Left ( Lookup ( PCRSamples::Sample Species ) ; 2 ) & ". " & Lookup ( PCRSamples::Sample Sub Species )

  • Author

Thanks,

It does exactly what I want it to do.

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.