OK, but how do i have 1 text box (with data source: Quantity) to show the quantity of product X and another text box to show the quantity of product Y. I tried having {SELECT... FROM... WHERE product="X"} in the default value property, but it doesn't work, only works on combo boxes or list boxes.
Attached is a screenshot of the query design and the form where i have a list box working to display the amount, however i want each products amount displayed in separate text boxes, and no list box.