Developer
Developer at UltraDNT.com
Mon Oct 20 12:44:14 CDT 2003
I am trying to construct a result set (proto-typing in A2k but want to have a SQL2000 sp at the end, an answer for either is ok), from a user form, where the user selects items from a list box. These items are the possible "right side" of a many-to-many. I loop the list box, and construct an IN clause, which works great to find a left-sider that had ANY of the children, but my users need the result set to be "who had ALL of these" (sort of a combined IN and AND). Tia for any assistance, Steve For example, if there are classes in Word, Access, Excel, and the user picked Access and Excel, which students took both, with tblStudent-> tblStudentClass <-tblClass. The tblStudentClass record with both id's just needs to exist, there is other criteria.