Forum Discussion
ybatistamayo
6 years agoHelper III
QQQWQQ
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
6 years agoSuper User
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