3239
Technical User
- May 14, 2003
- 64
I am new to access and I am trying to break an access database template down and use the tables, forms, and queries for my own use. There is a Form called,Add an Order and Details that has a subform called Order Details that I am having trouble with.The trouble I am running into is when I try to Set the "Row Source" property for the ProductID combo box on the form , I see SELECT DISTINCTROW Products.* FROM Products ORDER BY Products.ProductName;in the property box . I know that this has to be the reason why the data that I want to be visible in the ProductID combo box is not showing up. I don't know what SELECT DISTINCTROW Products.* FROM Products ORDER BY Products.ProductName; mean or how to use it. Please Help.
Tony 3239
Tony 3239