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.

table relations and lookups

Featured Replies

I have 3 tables. table1=schedule, table2=lookup, table3=job specs. I need information copied from table1 to table3 and remain on table3 even when record is from table1 is deleted which is why i have

a lookup table between the 1&3. My problem is when I enter a new record in table1 i cant seem to get that information to show up on table3. Are my relationships between the tables wrong? Please help, file attached.

-Rob Hunt

jobspecs_copy_1.fp7.zip

Hey Rob,

Your approach is right: because a job can be linked to more than one occurrence in the schedule table (and vice versa) you created a join-table you called "lookup". The basic set-up for a join-table is as follows:

Base Table 1 Join Table Base Table 2

Base-Table1: key-field 1 (linked to...)

Join-Table: key-field 1

Join-Table: key-field 2 (linked to...)

Base-Table 2: key-field 2

You seem to have doubled up the key-fields in your graph. If you follow the scheme above, it should work. Tipp: I would use record-ids as keys to link your tables; a field which is safe from being manipulated by the user.

Michael

Edited by Guest

Yeah but to me was the template as clear as INK ...where does the abuse in the use of lookups in the field defs. fit into the whole picture, live relations must be more than sufficient!

Why aren't resources strained from the popups if occupied, each item for a job needs to go into the join table, and would guess that the approach isn't particular far from either:

http://www.nightwing.com.au/FileMaker/demos7/demo705.html

or

http://www.fmforums.com/forum/attachment.php?attid/10636/

--sd

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.