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

Can someone tell me how I solve this problem

I need to add a field to a database that shows the creation record date (i already have set this up to automatically create this with every new record) + 11 months.

Also I need to create a field that shows a telephone number from another field but without the '-' between the code and rest of the number.

any help would be appreciated as I am desperate.

Version: v5.x

Platform: Mac OS 9

Hello Robert,

As regards your first request, I suggest that you define a new field as an auto-enter-by-calculation date field and (assuming your creation date fields is called 'DateCreated'), enter the following formula:

Date(Month(DateCreated) + 11, Day(DateCreated), Year(DateCreated))

- which will work even if the eleven month period runs over into the next year (as it frequently will).

Your second question is fairly straightforward. You can eliminate the '-' by using a calculation such as:

Substitute(YourPhoneNumberField, "-", "")

That will work if you want to remove *all* ocurrences of the '-' character from the phone number. If you want to remove only the first occurrence, then you'll need a slightly more complex calc such as:

Replace(YourPhoneNumberField, Position(YourPhoneNumberField, "-", 1, 1), 1, "")

See how you go with the above suggestions, and sing out if you are still having problems. wink.gif

  • Author

Thanks very much

They both worked a treat.

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.