Forum Discussion

ybatistamayo's avatar
ybatistamayo
Helper III
6 years ago
Solved

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...
  • MFelix's avatar
    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