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

Probably an easy calculation to fix?? Help!

Featured Replies

  • Newbies

I am trying to work on making my address book database a little friendlier. So when I print labels (like for my Xmas cards that havent been sent yet- hurry!) I am trying to set up a calculation field for the name of the recipient. My database has a First Name field and Last Name field and also a Value List Field called Send To Family? that can be checked yes or no. So, for example, if I have it checked "No", then I would like the calculation result to read <First Name> <Last Name>. but if "Yes", I would like it to read "The" <Last Name> "Family". How do I write this??

I have tried an If, but I cant get it to work by adding field contents into the results. Here is what I had- can someone fix for me? I'll put in a good word with Santa if you can..

If(Send to Family? = "Yes", "The" + Last Name + "Family", First Name + Last Name)

Hi Jay,

If(Send to Family? = "Yes", "The " & Last Name & " Family", First Name & " " & Last Name)

LaRetta wink.gif

  • Author
  • Newbies

Wow! Thanks so much- it's perfect! Except I dont have an excuse anymore.. smile.gif

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

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.