sorting

junmart

Registered User.
Local time
Today, 04:03
Joined
Sep 14, 2001
Messages
29
Is it possible to sort the data in a continous form based on the header clicked by the user? thanks for any help.
 
Yes, it's possible. One way to do this is to update the underlying recordsource sql for the continuous form - change the ORDER BY clause to include the field you want to sort on.

Then requery the continuous form.

Hope this helps,

Peter De Baets
Peter's Software - MS Access Tools for Developers http://www.peterssoftware.com
Selector for MS Access http://www.peterssoftware.com/sel.htm
 

Users who are viewing this thread

Back
Top Bottom