Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Software > Access Modules daovba ado > Reserved error ...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 4 Topic 1469 of 1609
Post > Topic >>

Reserved error -3087

by =?Utf-8?B?YWl3?= <aiw@[EMAIL PROTECTED] > May 2, 2008 at 11:46 AM

I recently migrated from Access 2003 to Access 2007.  I've got a form with
a 
list box; when an item in the list box is double-clicked, another input
form 
is supposed to open for the selected item.  It worked fine in Access 2003
and 
was working fine in Access 2007; however, I just started getting an error 
that reads "Reserved error (-3087); there is no message for this error". 
I 
can't find a definition for this error anywhere.  My On Dbl Click code 
follows:

Private Sub MsnNumList_DblClick(Cancel As Integer)
On Error GoTo MsnNumList_DblClick_Err
'Open input form for selected project'

    DoCmd.OpenForm "InputTARInfoForm", acNormal, "", 
"[MissionID]=[Forms]![Select Mission Number for TAR Info]![MsnNumList]", ,

acNormal

MsnNumList_DblClick_Exit:
    Exit Sub

MsnNumList_DblClick_Err:
    MsgBox Error$
    Resume MsnNumList_DblClick_Exit

End Sub
 




 4 Posts in Topic:
Reserved error -3087
=?Utf-8?B?YWl3?= <aiw@  2008-05-02 11:46:08 
RE: Reserved error -3087
=?Utf-8?B?R2xlbm4gU2lzd2l  2008-05-06 08:22:03 
RE: Reserved error -3087
=?Utf-8?B?YWl3?= <aiw@  2008-05-06 10:53:00 
RE: Reserved error -3087
=?Utf-8?B?R2xlbm4gU2lzd2l  2008-05-07 00:53:00 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Nov 21 13:01:05 CST 2008.