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.

Pulling information from other tables

Featured Replies

  • Newbies

Hi,

I'm new to FileMaker, and I'm trying to create a database to manage my college's student activity group fund. So far I have two tables, one with the student group names, account #'s, opening balance and names of the three students (signers, they're called) that run the group. In another table I keep track of the signers' names, addresses, extensions and email addresses. I get stuck at two points:

First, I want the database to automatically pull the signers' address, phone # and email from the directory table, while validating the name from the names in the directory. Validating works, and using this formula in the calculation field for the first signer's po box number successfuly pulls the number (telephone and email for this first signer works):

If ((Signer 1 Name = FiCom People::Name) ; GetAsText (FiCom People::Box Number))

However, this doesn't work for signer's 2 and 3 keeping everything the same except for the first field name (ie, changing Signer 1 Name to Signer 2 Name). Am I forgetting to do something? Why would it work for the first one, and not 2 and 3?

Second, in my directory I'd like to be able to list all the groups that a given person signs for. Because each group has three signers this means that I need to search through three different fields for the respective student's name, and then return all matches in a list. With the calculation below FM only searches the first signer field, and even then only returns one group name (some students sign for more than one group)B)

If ( (FiCom Groups::Signer 1 Name = Name) or (FiCom Groups::Signer 2 Name = Name) or (FiCom Groups::Signer 3 Name = Name) ; GetAsText (FiCom Groups::Group Name ) )

I realize this may not be all that clear -- as I said this is my first time working seriously with FileMaker, and chances are pretty high that I don't quite know the correct terminology. If it is of any use, a copy of my database can be downloaded from http://homepage.mac.com/mkh/Untitled.fp7.

Thanks in advance,

./matt

FileMaker Version: 7

Platform: Mac OS X Panther

Put your file in your iDisk's public folder

or stuffit and attach it to your post

  • Author
  • Newbies

oops, here it is attached.

  • Author
  • Newbies

sorry, the attachement has been added to the original post.

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.