I am calling sub procedures to load datatables in the form load event. If the file is not found I catch the exception and since the file was not found I want to close the form. So use the ME.close() as the last line in my exception handler. The problem is that when i step through the code if the file is not found it keeps processing as if the ME.close was not there. Any suggestions?
Thanks
Thanks
Comment