J
jwr
I have an order details form that contains:
CLing
ProductID (look up description of product and populate the following fields)
Product Code (this is pulling info forward)
Product Unit Price (not pulling unit price forward)
Following are the properties of the ProductID field:
SELECT DISTINCTROW Products.* FROM Products ORDER BY Products.ProductName;
Control source for the Product ID is ProductID from the Products table.
Please advise. I seem to be going in circles.
JR
CLing
ProductID (look up description of product and populate the following fields)
Product Code (this is pulling info forward)
Product Unit Price (not pulling unit price forward)
Following are the properties of the ProductID field:
SELECT DISTINCTROW Products.* FROM Products ORDER BY Products.ProductName;
Control source for the Product ID is ProductID from the Products table.
Please advise. I seem to be going in circles.
JR