Is it possible to sort on a continuous form? If so, how do I do it?
Is it possible to sort on a continuous form? If so, how do I do it?
What is the data source of your Form?
Is it a Table or a Query?
If you use a Query, your can sort in the Query, and that should pass over to the Form.
(If you are using a Table, create a Query based on that Table, and then use the Query as your data source).
Can also apply sort criteria in the form OrderBy property. This can be changed programmatically.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
thanks, the query worked!