Hi can please do help..
Because i have form named purchase order with fields productid,product name,product sold,total. And i also have a query which will do the calculation of how many products are being sold.
The product id in purchase order form is combo box, if the user will choose which product id to purchase i want the product sold to display which will get value in the query. But need to test if product id = product id in product query if true then display the value of product sold if not display 0..
But i dont know where to put this test..
Thanks....
Because i have form named purchase order with fields productid,product name,product sold,total. And i also have a query which will do the calculation of how many products are being sold.
The product id in purchase order form is combo box, if the user will choose which product id to purchase i want the product sold to display which will get value in the query. But need to test if product id = product id in product query if true then display the value of product sold if not display 0..
But i dont know where to put this test..
Thanks....