Anyone know why a sort cannot be applied to a
column of a recordset that is of type "adBSTR"?

All I get with the following line is, "Sort order
cannot be applied." there are three rows of data
in the recordset already and each has a value for
all columns including this "FavColor" column.

Code:
rs.Sort = "FavColor"