![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm using FM6 on Windows. My challenge is to create relationships that will find all items from the selected supplier (that's the easy part) as well as the items that are common to every supplier (that's the challenge?). has anyone got any suggestions? Thanks for your help. Tony How is an item "common to every supplier" related to suppliers? Do you |
#3
| |||
| |||
|
|
Tony wrote: I'm using FM6 on Windows. My challenge is to create relationships that will find all items from the selected supplier (that's the easy part) as well as the items that are common to every supplier (that's the challenge?). has anyone got any suggestions? Thanks for your help. Tony How is an item "common to every supplier" related to suppliers? Do you have a supplier_ID field where users enter "All" for instance? In that case, you could use a multi-line key. On the left side (suppliers), you just need to create a new calculation: supplier_ID & "¶" & "all", and use it as the key to match with the supplier_ID field from the items table. HTH |
#4
| |||
| |||
|
|
Tony wrote: I'm using FM6 on Windows. My challenge is to create relationships that will find all items from the selected supplier (that's the easy part) as well as the items that are common to every supplier (that's the challenge?). has anyone got any suggestions? Thanks for your help. Tony How is an item "common to every supplier" related to suppliers? Do you have a supplier_ID field where users enter "All" for instance? In that case, you could use a multi-line key. On the left side (suppliers), you just need to create a new calculation: supplier_ID & "¶" & "all", and use it as the key to match with the supplier_ID field from the items table. HTH |
![]() |
| Thread Tools | |
| Display Modes | |
| |