Forum Discussion
ybatistamayo
Helper III
6 years agoQQQWQQ
I have two tables, one of "Cost" and one of "Taxes", in the latter the "tax" column is updated every year. also the column that I have to relate both tables is "IDCOST". The first problem is that I...
- 6 years ago
Hi ybatistamayo ,
You need to create a table with unique values for IDCOST and then pass the relationship of both table by this making many-to-many become two one-to-many and then you are abble to have the calculation.
Regards,
MFelix
MFelix
Super User
6 years agoHi ybatistamayo ,
You need to create a table with unique values for IDCOST and then pass the relationship of both table by this making many-to-many become two one-to-many and then you are abble to have the calculation.
Regards,
MFelix