To change the cursor of a control:
Me.Cursor = Cursors.WaitCursor
If that doesn't work, use:
Screen.MousePointer = vbHourglass
To change the cursor of a control:
Me.Cursor = Cursors.WaitCursor
If that doesn't work, use:
Screen.MousePointer = vbHourglass