Run-time error

nate0057

Registered User.
Local time
Today, 13:19
Joined
Oct 4, 2012
Messages
74
Hi I have created a program with Access Vba. When I launch it on my computer it works but when I tried to launch it in another one a I have error:

"Execution of this application has stopped due a tun-time error. The application ccan't continue and will be shut down"

I only can click on OK and it shut it down.

I think I have to use"error trapping" but I don't know how and where I have to use it.

Could somebody help?

Thank you!
 
Please could somebody help me? It's an emergency!! I have to find it before thursday...!
 
When does the error appear? When you open the database, when you open a form or ...?
Do you have some code/makro running?
Take a screendump of the error, and show it here.
 
If this error comes at start up, perhaps you could try opening the database whilst holding the shift key to bypass any start up macro, then go to the start up vba and step through it to find where the error comes. Judging by the error text you've included it does look like custom error code, so should be easy to debug

David
 
I have seen this error.. Just taking a shot.. But, I think it is because of an unlicensed/unregistered version of Access DB.. My trial version on my personal laptop ran out few days ago.. My work desk computer runs the same file and it works fine, but not the one at home.. I get the exact same error.. I have no other option, but to shut down..
 
After launching the program the error appears, but I can't have access to the code because I have to close it. So I can't see where the error is in the code!
 
To be certain of that is the database that has errors, try to open another database on this computer.
If pr2-eugin has right, all databases open on this computer have the problem.
 
I just did it and it works fine with another database!
 
If pr2-eugin has right, all databases open on this computer have the problem.
Good thinking.. Lol.. I should have tried that :o.. I only have one DB file which I work from home.. have not tried with another.. Will try a sample file at home and see if it is the case..
 

Users who are viewing this thread

Back
Top Bottom