chewy
SuperNintendo Chalmers
- Local time
- Today, 18:33
- Joined
- Mar 8, 2002
- Messages
- 581
I made a form to launch right before I am going to write to a file that takes about 5 or more seconds and want to display a form that says it is processing. I can do this but the form does load but it doesn't fully load the caption so anyone can see it. How can I force it to fully load before proceeding?
Here is what I use
DoCmd.OpenForm "frmProcessing", acNormal, , , , acWindowNormal
Thanks
Here is what I use
DoCmd.OpenForm "frmProcessing", acNormal, , , , acWindowNormal
Thanks