You need to ensure you have proper error trapping for all of your VBA routines, especially when using the runtime version of access. Then your users can provide you with the error number and message if they encounter a runtime error with your database.
Private Sub Form_Open(cancel As Integer)...