sammers101
Registered User.
- Local time
- Today, 13:38
- Joined
- May 11, 2012
- Messages
- 89
More ways to debug compile errors? Having problems creating an accde file
Trying to follow the directions "Correct any problems in the code that prevent you from compiling the database or project" from microsoft to no avail
I added
as a module but don't see an error message or message box when trying to save as an accde, other than "Microsoft Access was unable to create the .accde, .mde, or .ade file"
It's a front end file, I have already deleted all my linked tables as they were linked to accdb files. Any other reasons I might not be able to create an accde file?
Trying to follow the directions "Correct any problems in the code that prevent you from compiling the database or project" from microsoft to no avail
I added
Code:
Sub Generate_Compile_Error()
MsgBoxx "This will cause an error"
End Sub
It's a front end file, I have already deleted all my linked tables as they were linked to accdb files. Any other reasons I might not be able to create an accde file?