unable to create an accde

akika

Registered User.
Local time
Today, 11:48
Joined
Aug 7, 2018
Messages
102
Hi,
in access16, i'm unable to create an accde.

In application, have:
7 tables (data for all tables equal approximately to 3500 records)
5queries (simple join queries)
13 forms
3 reports

Is there any setting that i need to change prior to create the exe?
 
whn i run the application there no error.
How can i compile it to show specific errors pls?
 
PMFBI. In the VB Editor, click DEBUG...COMPILE.

Before you do so, in the VBE click Tools … Options and tick Require Variable Declaration. This will add the line Option Explicit to all new code modules.
Next add that as the second line of all existing code modules, normally after Option Compare Database.

Then compile and fix all errors. After that, make your ACCDE.
 

Users who are viewing this thread

Back
Top Bottom