Hi I have a query that divides two fields and returns the result to another field. Example:
Table A: Field 1,Field 2,Field 3
Table B: Field 5,Field 6,Field 7
I have a query that joins both tables in a relations and now have both fields combined in the query to make one table. And i also created an additional field called "test" that works out Field 1/Field 5.
Problem: If Field 1 = 0 and Field 5 = 0 then "Test" returns #Error.
How do i get raid of this #error and make it show 0 since that's what the answer should be?
Any help always appreciated.
Table A: Field 1,Field 2,Field 3
Table B: Field 5,Field 6,Field 7
I have a query that joins both tables in a relations and now have both fields combined in the query to make one table. And i also created an additional field called "test" that works out Field 1/Field 5.
Problem: If Field 1 = 0 and Field 5 = 0 then "Test" returns #Error.
How do i get raid of this #error and make it show 0 since that's what the answer should be?
Any help always appreciated.