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.

Assign category by date

Featured Replies

  • Newbies

Hello,

I am building a database for registration of our local soccer leage using FM 11,

1. we have 7 divisions by age/date

U06 = 8/1/2004

U08 = 8/1/2002

U10 = 8/1/2000

Etc....

2. I created an entry field for DOB

I would like for the division to be calculated when DOB dae is entered.

Thank you for your help....

Try the following:

1. Define 3 global number variables: ref month, ref day, and ref year.

2. Enter 8, 1, and 2004 into these fields. (You can change them for other seasons.)

3. Use the following calculation:

Case ( 

Birthdate < Date ( Ref month ; Ref day ; Ref year ) ; "Young" ; 

Birthdate < Date ( Ref month ; Ref day ; Ref year + 1) ; "U06" ; 

Birthdate < Date ( Ref month ; Ref day ; Ref year + 2) ; "U07" ; 

Birthdate < Date ( Ref month ; Ref day ; Ref year + 3) ; "U08" ; 

Birthdate < Date ( Ref month ; Ref day ; Ref year + 4) ; "U09" ; 

Birthdate < Date ( Ref month ; Ref day ; Ref year + 5) ; "U10" ; 

Birthdate < Date ( Ref month ; Ref day ; Ref year + 6) ; "U11" ; 

Birthdate < Date ( Ref month ; Ref day ; Ref year + 7) ; "U12" ;

"Old" )

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.