Brian Martin
Registered User.
- Local time
- Today, 16:15
- Joined
- Jul 24, 2002
- Messages
- 68
My database keeps coming up with module not found and when I click the help button I get the following information:
Modules aren't loaded from a code reference — they must be part of the project. This error has the following cause and solution:
The requested module doesn't exist in the specified project. For example, the statement MyModule.SomeVar = 5 generates this error when MyModule isn't visible in the project MyProject.
See your host application documentation for information on including the module in the project
What can I do to save it??
Modules aren't loaded from a code reference — they must be part of the project. This error has the following cause and solution:
The requested module doesn't exist in the specified project. For example, the statement MyModule.SomeVar = 5 generates this error when MyModule isn't visible in the project MyProject.
See your host application documentation for information on including the module in the project
What can I do to save it??