As above, when i run the program, i got an error massage, "invailid use of property"<br>Can anyone tell me why???
[Sort] is one of the properties, you might use assignment. daoClassView.Recordset.Sort = "Test 1 DESC" ..... something like that. However, I have no idea about the usage of [sort]. ... In many cases, it's faster to open a new Recordset object by using an SQL statement that includes the sorting criteria. ...... from MSDN __ Dao reference __ sort Property