Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reserved Error 65535

Status
Not open for further replies.

TimTDP

Technical User
Feb 15, 2004
373
ZA
In Access 2000 I am suddenly getting the run time error: Reserved Error 65535

What is the cause of this error?
 
Tim,

We need more information to answer this question. What is the code you are running when the error occurs and what line of code gives the error?

Ed Metcalfe.

Please do not feed the trolls.....
 
I have code that outputs a report as a pdf file.
I am outputting invoices, so the code is running in a loop to output numerous invoices individually
I am not sure of the code that generates the error. I trapped the error on this code:

DoCmd.RunSQL "INSERT INTO tblTempSendEMailAttachments ( EMailAttachment ) VALUES ('" & FolderPath & "\" & strReportCommonName & ".pdf" & "')"

The number of characters in FolderPath & "\" & strReportCommonName & ".pdf" is 124

If I click the code (in yellow) on the left side of the code form and move to previously run code the error occurs!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top