I have a main form with a payments form attached by member number and a order form also joined by member number. The payments form has amount of product, deposit, payment1 payment2 and amount due. All these feilds are in the payments table. On the payment form in the control "amount due" I have the following formula =[amount of product]-[deposit]-[payment1]-[payment2]. It works on the form and shows amount due if someone did not pay in full.
Problem is when I query out using the tables CUSTOMERS, PAYMENTS and PRODUCTS (all joined by one to many relationship the one side is the Customers table and many being payments and products). I put the feilds companyname (from CUSTOMERS table), Products (from PRODUCTS table) and Amount Due (from PAYMENTS table). when I veiw the query I do not see the amount due, but I see it in the form. When I opned the Payments table I do not see the amount due there either. I tried to fix to no end. Can someone please advise and help me out here. Thanks.
Problem is when I query out using the tables CUSTOMERS, PAYMENTS and PRODUCTS (all joined by one to many relationship the one side is the Customers table and many being payments and products). I put the feilds companyname (from CUSTOMERS table), Products (from PRODUCTS table) and Amount Due (from PAYMENTS table). when I veiw the query I do not see the amount due, but I see it in the form. When I opned the Payments table I do not see the amount due there either. I tried to fix to no end. Can someone please advise and help me out here. Thanks.