|
-
October 13th, 1999, 11:05 AM
#1
Automatic Hourglass for DAO queries
Does anyone know if there is a way to have an hourglass to show automatically whenever an application is executing a DAO database query. The normal way is to do something like:
docmd.Hourglass true
Set rst = CurrentDb().OpenRecordset(strSQL)
docmd.Hourglass false
I would simply like to
Set rst = CurrentDb().OpenRecordset(strSQL)
without explicitly turning the hourglass on or off.
[email protected]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|