P
Paul Stan via AccessMonster.com
Hi,
I am trying to make folowing thing:
I have main form "Purchasing Order" and subform "Purchase Order Details".
In the subform I want to filter products by category. I have table named
"Products" and other one "Categories". Information from "Purchase Order
Details" is stored in table named "Transaction Detail".
The idea is: when the user enter purchase order details in the subform to
be able to choose products from "Products" table, filtered by CategoryID in
the same detail row.
I tried to do this with query but it works partly: when I go to the next
row and choose different CategoryID the product on the previous row
disappears. I guess, the problem is that I cant use the control from the
form directly to the Select statement.
Thank you for consideration.
PS
I am trying to make folowing thing:
I have main form "Purchasing Order" and subform "Purchase Order Details".
In the subform I want to filter products by category. I have table named
"Products" and other one "Categories". Information from "Purchase Order
Details" is stored in table named "Transaction Detail".
The idea is: when the user enter purchase order details in the subform to
be able to choose products from "Products" table, filtered by CategoryID in
the same detail row.
I tried to do this with query but it works partly: when I go to the next
row and choose different CategoryID the product on the previous row
disappears. I guess, the problem is that I cant use the control from the
form directly to the Select statement.
Thank you for consideration.
PS