Combo Box Problems

P

Prescott

I need to set up a combo box that will pull up options based on a list of
values.

if material is CPVC then list all sizes that cvpc can be but do not display
other material sizes. like wise for steel, etc. all materials will have
sizes but not all materials will have all sizes. but I have a list of
materials and a list of sizes, my parts list will pull from the materials
sheet but it will not pull sizes from the sizes sheet based on the material
type.

This is the sql for the row source I am using for geting this is from the
other table is as follows - Any Ideas where I am going wrong?


SELECT Mastersizelist.SIZE FROM MASTERSIZELIST WHERE
(((MASTERSIZELIST.SIZE)=MASTERLIST.MATERIAL)) ORDER BY Mastersizelist.SIZE;
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top