I have a small Access 2007 project which is about 2MB in size. The project has 1 splash screen form, 1 main form with couples sub-forms; several tables, reports and 1 module. On loading of the accdb, the splash screen shows for fraction of second and then the main form displays. Since everything runs fine, I compile the project to accde.
When I run the accde, after clicking OPEN on security notice, the splash screen shows and then stops. If I change the display form to the main form in the Access Options, the main form shows but clicking on any button does not have the corresponding action.
Also, I have a customized record counter which shows the total no. of record. In accdb, it shows 222 records; in accde, it shows 11 records. If I directly open the table, I can see all 222 records.
I checked the reference libraries: In accdb, I have 4:VB for Applications, MS Access 12.0 Object, OLE Automation, MS Office 12.0 DB engine. But in accde, I lost the last one.
Is the missing DB engine object cause this problem and how to fix that? Thanks for your advices.
When I run the accde, after clicking OPEN on security notice, the splash screen shows and then stops. If I change the display form to the main form in the Access Options, the main form shows but clicking on any button does not have the corresponding action.
Also, I have a customized record counter which shows the total no. of record. In accdb, it shows 222 records; in accde, it shows 11 records. If I directly open the table, I can see all 222 records.
I checked the reference libraries: In accdb, I have 4:VB for Applications, MS Access 12.0 Object, OLE Automation, MS Office 12.0 DB engine. But in accde, I lost the last one.
Is the missing DB engine object cause this problem and how to fix that? Thanks for your advices.