gwa584
Aug 28th, 2000, 11:56 AM
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.
rs.Sort = "FavColor"
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.
rs.Sort = "FavColor"