Working on Visual Basic for MS access applications.
By mistake I have inserted a msgbox in the Form_open event of my code(xyz.mdb) in frmMain.Ofcours e wht i was trying to print was incorrect.
Now when I try to open the .mdb, i get error message number 13 , Type mismatch error , Source: Form_frmMain.Fo rm_Open .And if i click on Ok or Cancel, access closes.
I want to open the VB editor to remove that erroneous code.How can I do that?This error simpy closes access.
By mistake I have inserted a msgbox in the Form_open event of my code(xyz.mdb) in frmMain.Ofcours e wht i was trying to print was incorrect.
Now when I try to open the .mdb, i get error message number 13 , Type mismatch error , Source: Form_frmMain.Fo rm_Open .And if i click on Ok or Cancel, access closes.
I want to open the VB editor to remove that erroneous code.How can I do that?This error simpy closes access.
Comment