Finding underlying reason for obscure MS access crashes -


i asked similar question here: how diagnose ms access crashes apologize if there better way ask closely related question. have been having crashes in ms access database use extensively in our business. have narrowed 1 crash down odd behavior -- when form opened, , user opens new email ms outlook cause ms access have hard crash , close completely. behavior seems happen in office 2013. there way determine causing crash?

i'd think best way handle more unexpected/ unaccounted bugs set form of error handle logger 1 suggested allen browne http://allenbrowne.com/ser-23a.html

the basic idea have normal error handling routine rather showing user error number in messagebox you:

  • on error # familiar this
  • on error #2 familiar this
  • if unexpected happens write information error (you can capture additional info here might helpful in debugging code line references)

this not allow document issues (rather relying on error messages , remembering them etc.) makes users experiencing crashes not have access modules collect error data you! unfortunately isn't possible replicate every issue users experience, it's great able capture information in table , have 50 users collecting bug information you!

i not quote article here highly recommend give shot :)


Comments

Popular posts from this blog

php - get table cell data from and place a copy in another table -

javascript - Mootools wait with Fx.Morph start -

php - Navigate throught databse rows -