Doug Steele
dbdoug at gmail.com
Sat Sep 18 00:51:55 CDT 2010
What I have done in a similar situation is to either set the value of the Name dropdown column to some visible formatting, like: =Name & iif(IsEnrolled," **","") or to add a sort by IsEnrolled as well so that all the names that aren't enrolled show after the names that are enrolled. Doug Steele