Hi,
I have a form with a button. When the button is pressed a lot of tables are opened, closed, edited etc. I have created another form which basically says "Please Wait", with a nice little timer saying how much time had elapsed. What I wanted was that to fill the whole screen while all the other things happened out of sight.
Obviously teh docmd.echo wouldnt work, as the timer would also freeze, so i thought that making the timer form modal would work... but it doesnt, i can still see all the tables and things flashing up.
Is there a way in vba (or otherwise) to get a form to stay in the forground, no matter whats going on behind??
Thank you!
I have a form with a button. When the button is pressed a lot of tables are opened, closed, edited etc. I have created another form which basically says "Please Wait", with a nice little timer saying how much time had elapsed. What I wanted was that to fill the whole screen while all the other things happened out of sight.
Obviously teh docmd.echo wouldnt work, as the timer would also freeze, so i thought that making the timer form modal would work... but it doesnt, i can still see all the tables and things flashing up.
Is there a way in vba (or otherwise) to get a form to stay in the forground, no matter whats going on behind??
Thank you!