> ## Content Index
> Fetch the complete content index at: https://nolongerset.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# VIDEO: Sorting Continuous Forms
- URL: https://nolongerset.com/newsort-video/
- Published: 2022-09-03T02:47:58.000Z
- Updated: 2026-05-08T12:55:03.000Z
- Description: A 12-minute video that shows you how to implement my NewSort and UseHand functions for sorting continuous forms in MS Access.
- Author: Mike Wolfe
- Tags: Video, #Import 2026-05-20 02:59

I recorded a [companion video](https://www.youtube.com/watch?v=Rlw2W1qr2O0) to go with [my article](https://nolongerset.com/newsort/) about sorting a continuous form in MS Access by simply pointing at a column label.

The sample database that I reference in the video is available here: [NewSortSample.accdb](https://assets.nolongerset.com/2022/NewSortSample.zip).

I show what the function looks like in practice. I also show how easy it is to implement on a continuous form, including a couple of tricks that I use to speed up the process of creating and formatting multiple clickable labels.

The video also covers Mister Slimm's `UseHand()` function, which I refactored for simplicity and 64-bit compatibility here: [UseHand(): Changing the Mouse Cursor in Microsoft Access](https://nolongerset.com/usehand/).

### Referenced articles

[NewSort(): Sort a Continuous Form by Clicking on the Column LabelSort a continuous form in MS Access by simply pointing at a column label. These functions make it easy.![](https://nolongerset.com/favicon.png)No Longer SetMike Wolfe![](https://storage.ghost.io/c/eb/d7/ebd732c1-5f03-4f07-b386-5d08557e15c9/content/images/2022/09/NewSort.jpg)](https://nolongerset.com/newsort/)

[UseHand(): Changing the Mouse Cursor in Microsoft AccessA classic Microsoft Access mouse cursor trick gets simplified and updated for 64-bit VBA compatibility.![](https://nolongerset.com/favicon.png)No Longer SetMike Wolfe![](https://storage.ghost.io/c/eb/d7/ebd732c1-5f03-4f07-b386-5d08557e15c9/content/images/2022/09/UseHand-1-.jpg)](https://nolongerset.com/usehand/)