Access 97 (1 Viewer)

LittleJonny

New member
Local time
Today, 22:23
Joined
Nov 13, 2001
Messages
7
I am trying to make a MDE file out of a MS Access (office 97) App that I have created. I keep getting a message "Compile error in hidden module: modImportData". modImportData contains several Functions and Subs. Anyone got any idea on how to track down this hidded module ? The code functions when I run the app, all the functions and subs in the module run OK.

Thanks
LJ
 

chrismcbride

Registered User.
Local time
Today, 22:23
Joined
Sep 7, 2000
Messages
301
Tools - Options - View and then check the Show - Hidden Objects check box. You can then try to compile the module individually and the offending code should be highlighted. It is possible that observable functions are fine and yet module will not compile.
Chris
 

Peter D

Registered User.
Local time
Today, 22:23
Joined
Sep 7, 2000
Messages
188
Also check your references. The module may be in a referenced library. Open any module in design mode and click Tools > References to see a list of your referenced libraries.

Hope this helps,

Peter De Baets - Peter's Software - http://www.peterssoftware.com
 

Users who are viewing this thread

Top Bottom