Question about Events and Compilation

chacal

Registered User.
Local time
Today, 03:28
Joined
Jun 1, 2005
Messages
40
Hi everyone,

I try to implement a function that looks for broken references in my Access project, so that I won't need to modify the needed references for every workstation. Here's my problem: Where could I put the call of this function so that this code will run before trying to compile the forms and, as a result, avoiding the compile error that access pops-up when a reference is broken or missing.

Thanks in advance! :D
 
In a standard module called from the AutoExec macro
 

Users who are viewing this thread

Back
Top Bottom