Hi.

I have a form wherein a database is being attempted to be opened in the Form_Load event. I have written an On Error GoTo statement and an error label in case an error is encountered. In this error label, the form won't continue to load. But what's happening was the form still loads but disappears immediately. I tried transferring my Form_Load codes in the Form_Activate or the Form_Initialize event, but the same thing happened. How can I really prevent the form from showing up when an error occurs? Thanks for the info in advance!