Forum Discussion
Limited relationship issue
- 1 year ago
Related Function always work in the table that is at many side of the relationship . so there should be one to many relationship b/w the tables.
Try creating a Bridge table for storing unique records and then connect that table to both the tables
using one to many relationship. - 1 year ago
I think that the problem is you have values in both tables which don't appear in the other table, resulting in a blank row being added to both and a many-to-many relationship.
The easiest solution would be to use LOOKUPVALUE rather than RELATED, using your key column to do the lookup.
I think that the problem is you have values in both tables which don't appear in the other table, resulting in a blank row being added to both and a many-to-many relationship.
The easiest solution would be to use LOOKUPVALUE rather than RELATED, using your key column to do the lookup.