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...