Re: Display Form or MsgBox while query is running
- From: "Pete D." <pduffy211AT@xxxxxxxxxx>
- Date: Fri, 2 Jan 2009 11:43:33 -0500
You could use the form timer event to animate a picture. I used it once,
totally usless function but I thought it was fun. I used a tiny police car
beacon with 3 overlaid images of it with the bright part in diffifent
postions and alternated visible with a case statement for the three
pictures. Looked like the light was revolving. You could do something with
a couple of text boxes or such. Might slow Access down a little but keeping
the picture/textbox small and the timer reasonable I didn't notice much.
"JimP" <j_pockmire@xxxxxxxxxxx> wrote in message
news:M-SdncZynOcsrMPUnZ2dnUVZ_rmdnZ2d@xxxxxxxxxxxxxxx
Thank you,
That works fine - if I want to kick it up and have a label on the form
blink (e.g. Gathering Data), is there a way to do this?
I can force the label to blink using the "OnTimer" event by simply opening
the form manually, but haven't found a way to force it to blink when the
query is running in the background.
"Albert D. Kallal" <PleaseNOOOsPAMmkallal@xxxxxxx> wrote in message
news:eN7Z0XObJHA.1328@xxxxxxxxxxxxxxxxxxxxxxx
"JimP" <j_pockmire@xxxxxxxxxxx> wrote in message
news:XrednRkgn8kQv8PUnZ2dnUVZ_v7inZ2d@xxxxxxxxxxxxxxx
I have a lengthy append query that runs when WindowHide is set to yes.
The problem is that users have no way of knowing that the query is
running because the status bar is not displayed.
How can I force a form to open before the query runs and then close when
it finishes without user interaction?
1. Simply opening the form before the query runs, partially loads the
form while the query runs.
Just open the form, but place a doevents right after.
Eg:
docmd.OpenForm "MyPleaseWaitMessageForm"
doevents
run long query here....
docmd.Close "MyPleaseWaitmessageForm",acForm
msgbox "done"
--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pleaseNOOSpamKallal@xxxxxxx
.
- Follow-Ups:
- References:
- Display Form or MsgBox while query is running
- From: JimP
- Re: Display Form or MsgBox while query is running
- From: Albert D. Kallal
- Re: Display Form or MsgBox while query is running
- From: JimP
- Display Form or MsgBox while query is running
- Prev by Date: Re: Display Form or MsgBox while query is running
- Next by Date: Re: trying to copy a photo from one db to another
- Previous by thread: Re: Display Form or MsgBox while query is running
- Next by thread: Re: Display Form or MsgBox while query is running
- Index(es):
Relevant Pages
|