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.

Relationship between Contact Table and Donor Table

Featured Replies

I have a database that holds contact info and donor info. Obviously there is only one contact entry (Jane Doe) with multiple donation entries (supported fundraiser 1, fundraiser 2, fundraiser 3). I've created the tables but want to know how to relate them so that I can click on the person's name and select multiple donor categories. I would like to be able to do this on the form and the table format.

I know this is pretty basic question. But how do I do this?;)

Hello Archipelaga

You will need the following tables

• Contacts:

to store all your contacts, clients, donors, etc...

• DonationsLine:

this will be a child of your Contacts table. Create a relationship between contacts and Donations using id/key/serial fields "check allow creation". Put a portal using this relationship on your Contacts layout. You should be able to click in portal to crate a DonationsLine record. You can create as many as needed.

• DonationCategories:

This table will contain all your donation categories. A record for each category.

Create a value list that works of this table.

> Use values from field

> choose the DonationCategories table

> select the id/key/serial field and display second field with the category name

> check include all values

Assign this value list to your match field in your DonationsLine portal in your Contacts layout.

Let me know if you have any questions.

DonationsDemo.fp7.zip

Edited by Guest
Added Demo File. Corrected a spelling error.

  • Author

Thanks!

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.