V
VilMarci
Hi,
I have a backend database on the network with a lot of temp tables, and
combined queries.
How is it possible to display a "working, please wait"-like box and remove
it when the work is finished?
I don't want percent counter (but if possible, would be good
, just like
this
Sub Work()
Display "working box"
build tables, call the queries etc..
Remove box
End sub
No, creating a box and showing/hiding on the form is not a good idea,
because I've subforms and controls... not good...
Any ideas welcome,
Thanks in advance,
Marton
I have a backend database on the network with a lot of temp tables, and
combined queries.
How is it possible to display a "working, please wait"-like box and remove
it when the work is finished?
I don't want percent counter (but if possible, would be good

this
Sub Work()
Display "working box"
build tables, call the queries etc..
Remove box
End sub
No, creating a box and showing/hiding on the form is not a good idea,
because I've subforms and controls... not good...
Any ideas welcome,
Thanks in advance,
Marton