Bobby Heid
bheid at appdevgrp.com
Tue Jul 26 10:21:13 CDT 2005
Rick, If you want to get away from the docmd function, you can use: Screen.mousepointer=11 to turn on the busy icon And Screen.mousepointer=0 to set it back to the regular pointer. Bobby -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Ehlers, Rick Sent: Tuesday, July 26, 2005 10:18 AM To: Access Developers discussion and problem solving Subject: RE: [AccessD] Turn Mouse Pointer to Hand Rocky, I use DoCmd.Hourglass True before the code starts and DoCmd.Hourglass False after the code ends to change the pointer. Is this what you are thinking of? Rick Ehlers