![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
#4
| |||
| |||
|
|
A relationship doesn't return anything...it's just part of the structure of your database. A portal may help you, or a looping script. If you give a specific scenario we might be able to help you more. OK, "return" is the wrong word, sloppy terminology. |
#5
| |||
| |||
|
|
FMP7 As far as I can see a one to many relationship will always only return the first record. is that correct? i would really like to be able to step through all the related records is this possible or will i have to work out aanother strategy thanks |
#6
| |||
| |||
|
#7
| |||
| |||
|
|
FMP7 As far as I can see a one to many relationship will always only return the first record. is that correct? i would really like to be able to step through all the related records is this possible or will i have to work out aanother strategy thanks |
#8
| |||
| |||
|
|
If your wanting to script something and your script needs to operate on the records in table B, then simply use the script step "go to related records" with the option "Show only related records". You'll end up at a layout displaying records from table B but only the ones that are related to the table A record that you were at. You can then Loop through those records and once done, your script can "Go to Layout Original" Aaah, but I need to do a calculation on a field from table A and a field |
#9
| |||
| |||
|
|
Aaah, but I need to do a calculation on a field from table A and a field from table B in the same line |
#10
| |||
| |||
|
|
FMP7 As far as I can see a one to many relationship will always only return the first record. is that correct? i would really like to be able to step through all the related records is this possible or will i have to work out aanother strategy |
![]() |
| Thread Tools | |
| Display Modes | |
| |