Forum Discussion
Tables connection not working
Hi everyone
I have three different tables.
1) Document number and its value
2) Document number and customer
3) Customer and customer details
The three tables are linked:
I want to create a table with customer and value of the document numbers linked to those customer, but it is not working:
Any idea about how could I do that?
Thanks in advance
9 Replies
- parry2k
Super User
1) Document number and its value - let's call it Table1
2) Document number and customer - let's call it Table2
3) Customer and customer details - let's call it Table3
First relatinship - Table 1 will join with Table 2 on document number, with 1 to many relationship, 1 on Table 2 side and many on Table 1 side.
2nd relationship - Table 2 will join with Table 3 on customer number with 1 to many relationship, 1 on Table 3 side, and many on Table 2 side.
- HitcH
Helper II
The problem is that the one that you call "Table 2" (in my screenshot it's the "LPT Delivery") has many documents with the same number because they are related to the different products, so the relation has to be "many to 1" instead of "1 to many".
I need to have a sort of vlookup in which I could connect "many" document numbers to the customer
- HitcH
Helper II
But that is exactly what I did, and it is not working... 😞
- HitcH
Helper II
Then I'm sorry but I couldn't understand your explanation, can you add some more details?