Cannot compare List with Number

I have a table [Productos] with a column โ€œID productโ€ Number, and a colum โ€œUni. Compraโ€ number.

I have a table [Detalles] with a column โ€œID productโ€ Ref and a colum โ€œCantidadโ€ Number

I want in table [Productos] column โ€œUni. Compraโ€ to get SUM of โ€œCantidadโ€ from the other table but I get this error:

Cannot compare List with Number

What am I doing wrong?

Solved Solved
0 2 2,188
  • UX
1 ACCEPTED SOLUTION

View solution in original post

2 REPLIES 2

I canโ€™t believe it was so easy. I had read many questions on the same subject but had not gotten the nuance. Thank you.

Top Labels in this Space