I have a table (tblOrderDetails) with a foreign key in it (ProductID) which i am using to lookup up data from another table. So far in the Row source of the lookup ive got the following code:
SELECT DISTINCTROW [ProductID], [ProductName] FROM tblProducts;
I want to also display the Product...