Using Windows XP SP1 and ACCESS SP1.
I would like to sort the records shown in a datasheet form (fsfrDetails) by any column selected by the user.
It sounds easy but here is were it gets complicated (at least form me),
1. It is a subforms in the form called frmUnits
2. In fsfrDetails for the double click event of all the fields shown there is code to open another form.
3. I need to hide the command bars.
4. I would like to sort ascendig or desending.
I have create my own commandbar using command buttons.
I would like to sort the records shown in a datasheet form (fsfrDetails) by any column selected by the user.
It sounds easy but here is were it gets complicated (at least form me),
1. It is a subforms in the form called frmUnits
2. In fsfrDetails for the double click event of all the fields shown there is code to open another form.
3. I need to hide the command bars.
4. I would like to sort ascendig or desending.
I have create my own commandbar using command buttons.