Hi,
Every time I click on a command button or enter data that affects calculated fields I get the error 'Module Not Found', if I click Ok it opens up Microsoft Visual Basic. This started happening after I entered a record it said was violating the PK then closed it without saving the record and now non of the functionality is working can someone please help me as I don't understand the Help message:
Module not found
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.
Thanks, Viv
Every time I click on a command button or enter data that affects calculated fields I get the error 'Module Not Found', if I click Ok it opens up Microsoft Visual Basic. This started happening after I entered a record it said was violating the PK then closed it without saving the record and now non of the functionality is working can someone please help me as I don't understand the Help message:
Module not found
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.
Thanks, Viv