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,100
  • 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