J
jwebster1979
I have a main form called frmPurchaseOrders, and a subform called
subTranactionSubform. In the Purchase Order form I have what Supplier I am
paying. In the subform I choose the product I am buying from that Supplier.
The problem I am having is that I have a ton of products and it is getting
confusing which one to pick that belongs to the suppier in the Purchase order
form. I was curious if anyone new how to filter the lookup box in my subform
based off of the supplier I pick in the main form.
My Main form lookup box Row Select is as follows: SELECT
[Suppliers].[SuppliersID], [Suppliers].[CompanyName] FROM Suppliers ORDER BY
[CompanyName];
My Subform Lookup Box is as follows: SELECT [Products].[ProductID],
[Products].[ProductName], [Products].[ProductIdentifiersupplier],
[Products].[Supplier] FROM Products ORDER BY [ProductName],
[ProductIdentifiersupplier], [Supplier];
Please be specific as to where to place any equations and what to type in to
it. I appreciate anyones help!!!!!
subTranactionSubform. In the Purchase Order form I have what Supplier I am
paying. In the subform I choose the product I am buying from that Supplier.
The problem I am having is that I have a ton of products and it is getting
confusing which one to pick that belongs to the suppier in the Purchase order
form. I was curious if anyone new how to filter the lookup box in my subform
based off of the supplier I pick in the main form.
My Main form lookup box Row Select is as follows: SELECT
[Suppliers].[SuppliersID], [Suppliers].[CompanyName] FROM Suppliers ORDER BY
[CompanyName];
My Subform Lookup Box is as follows: SELECT [Products].[ProductID],
[Products].[ProductName], [Products].[ProductIdentifiersupplier],
[Products].[Supplier] FROM Products ORDER BY [ProductName],
[ProductIdentifiersupplier], [Supplier];
Please be specific as to where to place any equations and what to type in to
it. I appreciate anyones help!!!!!