Hi!
Does anyone know how to randomly sort records in a CRecordSet class? (Connected to an Access database)
I heard that the following should work:
m_pSet->m_strSort = "RND()";
m_pSet->Requery();
But all I get is an error that says RND is undefined.
Is there another way?
Thanks!
Peter Logarn
Does anyone know how to randomly sort records in a CRecordSet class? (Connected to an Access database)
I heard that the following should work:
m_pSet->m_strSort = "RND()";
m_pSet->Requery();
But all I get is an error that says RND is undefined.
Is there another way?
Thanks!
Peter Logarn