Hello everyone, I have problem with my query calculation.
Problem is when I want to sum columns from query 1 and column from query 2 and to display results in query 3 they give me results only for fields which is filled.
If I want to sum field from query 1 with field from query 2(not exist, no value) I do not get any result in query 3.
I want that every non-value fields in query 1/2 that are not inserted behave as 0 until their value is entered in the linked table.
Thanks