Use two combo boxes. One to select the type and the other to select the
position. Filter the row source query for the second combo based on the
value in the first. Also, in the After Update event of the first combo
(Type), requery the second combo.

Signature
Dave Hargis, Microsoft Access MVP
> Hello,
> I have a database that keeps track of employees in a department and prints
[quoted text clipped - 8 lines]
>
> Thanks!
Lisa - 27 Dec 2007 23:06 GMT
Thanks, that's a great idea. I changed my list box that offers the 4
different types to a combo box, then had the after update event requery the
second combo box. Now it's working like a dream!
Lisa
> Use two combo boxes. One to select the type and the other to select the
> position. Filter the row source query for the second combo based on the
[quoted text clipped - 13 lines]
> >
> > Thanks!