unable to create an accde (1 Viewer)

akika

Registered User.
Local time
Yesterday, 20:59
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?
 

Gasman

Enthusiastic Amateur
Local time
Today, 04:59
Joined
Sep 21, 2011
Messages
14,238
Make sure it compiles
 

akika

Registered User.
Local time
Yesterday, 20:59
Joined
Aug 7, 2018
Messages
102
whn i run the application there no error.
How can i compile it to show specific errors pls?
 

isladogs

MVP / VIP
Local time
Today, 04:59
Joined
Jan 14, 2017
Messages
18,209
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

Top Bottom