When I try to create a document through Word automation, I get the message "Could not open macro storage". Here's my code snippet:
set x=server.createobject("Word.Application")
x.documents.add ' This is the line that crashes
This same code works in VB; so, I know it must...
If, in the code snippet below, MessageID is a string field, then your problem is the way you enter string values in your SELECT statement. Here is your statement:
strReplies = "SELECT messageid, subject, author, date FROM Messages WHERE Original = " & rsMessages("MessageID")...
I have an application that uses the AddNew method of a recordset. This method works fine on my NT machine, but goes down on error 3163 (field too small) on a Win 95 machine. The code is separated from the data (i.e., separate .mdb files), and both parts are currently on a zip drive (so, only the...
I have an application that uses the .AddNew method on a recordset object. In NT 4, it works fine, but in Win95/98, I get a run-time error (6361, I believe) stating
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.