linanderson
Registered User.
- Local time
- Today, 15:28
- Joined
- Jul 13, 2002
- Messages
- 17
I have one form which takes some time to open. I did place a MsgBox "Please wait while the records open" in the OnClick to open the form. This does require the user to press OK from the message box before the sequence can continue an open the form.
I was wondering if there was a way of have a message box type form without the 'OK' and for the form to only remain open for only 10 seconds and then close.
I have experienmented with an un-bound form which has a label "Please wait while the records open" and then OnOpen opens the main client form. This un-bound form does remain open however. I cannot get anything to work at the moment.
It sounds so simple. Is there a better way of looking at this?
I was wondering if there was a way of have a message box type form without the 'OK' and for the form to only remain open for only 10 seconds and then close.
I have experienmented with an un-bound form which has a label "Please wait while the records open" and then OnOpen opens the main client form. This un-bound form does remain open however. I cannot get anything to work at the moment.
It sounds so simple. Is there a better way of looking at this?