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

Hi, I'new to FM so forgive me if this is a dumb question. I have a database for my customers in which every customer is a different record which contains its basic information and a list of the products they sell and the price of them. This data is stored in two repeating fields, one for the product code and one for the price of it. I also have a database of the products in which every product is a different record that contains detailed product information and a portal that shows what customers are selling that product and the price of it. The problem is that the price is wrong, it keeps showing the price of the first product in the repeating field of my Customers database. How can I fix it?

Unfortunately, this is fixed by not using repeating fields.

Repeating fields are a legacy holdover from the Pre FileMaker 3 days, when FileMaker wasn't a relationship system. What you want to do instead is create a third file, perhaps called CustProducts.fp5, which is a join file between the customer file and the products file. Each repetition of the fields in your Customer file would become a record in CustProducts. CustProducts would have two foreign key fields, CustomerID and ProductID, and would be related to the Customer and Products files based on these fields. Customers would be related to CustProducts via the CustomerID field and you would view through a portal what you now view with repeating fields.

Basically, keep away from repeating fields for actual user data. Use relationships instead. Repeating fields should only be used for developer fields, such as holding an on and off state for a graphic, or the different levels of a progress bar.

Chuck

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.