eed
12-29-2005, 12:23 PM
Hi, all,
My question is about references. I don't necessarily know a lot about these, so please bear with me.
I am using a modified version of some code, originally provided by an Access book that I purchased, which formats a recordset as a Word table in a Word document. The original module included a reference to "Microsoft ADO Ext. 2.5 for DDL and Security," so I also included this reference in my tool.
However, between making changes in a file copy on my desktop and transferring those changes to a file copy on my company's network, this reference keeps going a bit screwy. Sometimes, all of a sudden, with no apparent cause and occuring in no apparent pattern, the file copy on the network will have a MISSING reference to "...ADO Ext. 2.8..." It then has to be changed back to the 2.5 reference for the file to operate correctly.
To begin with, I have no idea what is causing the correct 2.5 reference to suddenly morph into a MISSING 2.8 reference. But my real question is this: is there a good reason why my database should include this reference at all? My procedures seem to run just fine if I exclude it from my reference list. But the Microsoft article at this address - http://support.microsoft.com/kb/825796/ - seems to suggest that I ought to be using it, though I'm not sure I understand why.
I'd appreciate any insight on whether I could just exclude this reference, or on why the erroneous reference to 2.8 keeps appearing...
By the way, I'm working with Access 2003 SP1 in Windows 2000 Pro SP4.
Thanks!!!
~ eed
My question is about references. I don't necessarily know a lot about these, so please bear with me.
I am using a modified version of some code, originally provided by an Access book that I purchased, which formats a recordset as a Word table in a Word document. The original module included a reference to "Microsoft ADO Ext. 2.5 for DDL and Security," so I also included this reference in my tool.
However, between making changes in a file copy on my desktop and transferring those changes to a file copy on my company's network, this reference keeps going a bit screwy. Sometimes, all of a sudden, with no apparent cause and occuring in no apparent pattern, the file copy on the network will have a MISSING reference to "...ADO Ext. 2.8..." It then has to be changed back to the 2.5 reference for the file to operate correctly.
To begin with, I have no idea what is causing the correct 2.5 reference to suddenly morph into a MISSING 2.8 reference. But my real question is this: is there a good reason why my database should include this reference at all? My procedures seem to run just fine if I exclude it from my reference list. But the Microsoft article at this address - http://support.microsoft.com/kb/825796/ - seems to suggest that I ought to be using it, though I'm not sure I understand why.
I'd appreciate any insight on whether I could just exclude this reference, or on why the erroneous reference to 2.8 keeps appearing...
By the way, I'm working with Access 2003 SP1 in Windows 2000 Pro SP4.
Thanks!!!
~ eed