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.

Point System Help!

Featured Replies

  • Newbies

Hello, I have been searching the internet the whole time but I cannot find the right solution for me. I am trying to create a new database for a networking company. My boss wants me to program it in a way that when a certain member recruits another person into the company, that recruiter will automatically accumulate a certain number of points into his/her account. This is also the same general concept when a registered member places a purchase transaction with the company. For example, for every 1,000 worth of items purchased, he/she will accumulate 5 points into her account. 

 

 

 

I hope you can help me with this. Thanks!

I am not quite sure what your question is. It seems like there are two of them. Or is the other one an example (in which case it doesn't quite fit)?

 

 

If you have a table a of Members, with a field for RecruitingMemberID, you can construct a self-join relationship using:

Members::MemberID = Members 2::RecruitingMemberID

where Members 2 is another occurrence of the Members table.

 

 

With this in place, a calculation field (result is Number, Evaluate from the context of: [Members]) =

Count ( Members 2::MemberID )

will return the number of people each member has recruited.

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.