Access 2010 Runtime crashing database (1 Viewer)

karmacable

Registered User.
Local time
Today, 10:49
Joined
Sep 13, 2011
Messages
32
I have a different thread up regarding problems installing the Access 2010 app (hope that get's solved), but I actually found a user whose workstation has it successfully installed (unfortunately, he doesn't know how)?!

Now when we try to run my db on it, whenever a combobox or command button on a form is clicked, the app crashes. I checked and he's running Office 2010 v14.0 32-bit (the Access 2010 Runtime is the latest one from MS, published 5/10/2010).

Any suggestions?
 

vbaInet

AWF VIP
Local time
Today, 18:49
Joined
Jan 22, 2010
Messages
26,374
Now when we try to run my db on it, whenever a combobox or command button on a form is clicked, the app crashes.
The only indication there is that you don't have sufficient Error Handling in place.
 

karmacable

Registered User.
Local time
Today, 10:49
Joined
Sep 13, 2011
Messages
32
Yes, you are definitely right as I have not properly coded in error handling. Will get on that and hopefully that will at least narrow down what's happening....
 

vbaInet

AWF VIP
Local time
Today, 18:49
Joined
Jan 22, 2010
Messages
26,374
Just remember to put error handling in every function or sub. A big job for sure. And after doing that Debug > Compile before packaging.

Good luck!
 

Users who are viewing this thread

Top Bottom