E
epoh97 via AccessMonster.com
I would like to create a general form that the user can select one type of
ProductClass (for instance) and then select the ProductName from their.
Example:
ProductClass
Produce
Hardware
Electronics
ProductName
Potatoes(Produce)
Carrots(Produce)
Nails(Hardware)
CDs(Electronics)
etc.
What the user is getting right now for filtering is if they select Produce
for Record1. Potatoes and Carrots show up in the list box. When they go to
record2 and select Hardware. Potatoes, Carrots & Nails appear in the list box.
How can I filter categories per record?
-----------------
Structure:
Each Product is entered in a table called MasterLookup
ProdID, ProductClass and ProductName are all Fields in the Master Lookup
table
This is how data is entered
1,Produce,Potatoes
2,Produce,Carrots
3,Hardware,Nails
4,Electronics,CDs
Thanks,
ProductClass (for instance) and then select the ProductName from their.
Example:
ProductClass
Produce
Hardware
Electronics
ProductName
Potatoes(Produce)
Carrots(Produce)
Nails(Hardware)
CDs(Electronics)
etc.
What the user is getting right now for filtering is if they select Produce
for Record1. Potatoes and Carrots show up in the list box. When they go to
record2 and select Hardware. Potatoes, Carrots & Nails appear in the list box.
How can I filter categories per record?
-----------------
Structure:
Each Product is entered in a table called MasterLookup
ProdID, ProductClass and ProductName are all Fields in the Master Lookup
table
This is how data is entered
1,Produce,Potatoes
2,Produce,Carrots
3,Hardware,Nails
4,Electronics,CDs
Thanks,