J
jwebster1979
I am trying to make an ApplyFilter Macro combo box for a subform, in the main
form. The subform name is [Transaction subform]. My goal is to filter my
products in the subform based off of the supplier I pick in the combo box in
the main form.
I am having a lot of trouble with this.
the row source for my product lookup field looks like this:
SELECT[Products].[ProductID],[Products].[ProductIdentifiersupplier],[Products].[Supplier]
FROM Products ORDER BY [ProductName],[ProductIdentifierSupplier],[Supplier];
I am not sure hos to manipulate this to make my macro work. Please help! i
am not that great at Access so please be specific!!!
Thanks
form. The subform name is [Transaction subform]. My goal is to filter my
products in the subform based off of the supplier I pick in the combo box in
the main form.
I am having a lot of trouble with this.
the row source for my product lookup field looks like this:
SELECT[Products].[ProductID],[Products].[ProductIdentifiersupplier],[Products].[Supplier]
FROM Products ORDER BY [ProductName],[ProductIdentifierSupplier],[Supplier];
I am not sure hos to manipulate this to make my macro work. Please help! i
am not that great at Access so please be specific!!!
Thanks