Application.Screen (Access)
You can use the Screen property to return a reference the Screen object and its related properties.
Use the Screen object to refer to a particular form, report, or control that has the focus.
Application.Screen.MousePointer = 11 ' Hourglass' Do some background activity.Application.Screen.MousePointer = 0 ' Back to normal