Application.IsCompiled (Access)

The IsCompiled property returns a Boolean value indicating whether the Visual Basic project is in a compiled state.

The IsCompiled property of the Application object is False when the project has never been fully compiled, if a module has been added, edited, or deleted after compilation, or if a module hasn't been saved in a compiled state.


IsCompiled