Q: What is the best way to debug a runtime application on a user's desktop? I've got an Access 2000 application that runs fine on everyone's computer except one user. The problem I'm having is that, because the database is executed as a runtime application, I can't debug the app on this user's computer because he doesn't have Access installed, and my company won't let me install Access on his machine because of licensing issues. The AllowBreaklntoCode and AllowSpecialKeys don't seem to have any effect because "full" Access isn't installed on this guy's computer. How can I debug this application to find out what's wrong?
展开▼