
Signature
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
YES! that is the problem. DTCINT 1.0 Type Library is missing. I got this
project from another person and I search my system and I do not have this. Is
there a place I can get it?
> > Access 2000 SP3
> >
[quoted text clipped - 10 lines]
> find the correct one, and the try compiling your code. If the code compiles
> your errors will stop.
Douglas J. Steele - 27 Feb 2007 15:33 GMT
Do you really need it? Try removing the reference (i.e. unchecking it), then
compiling your application (on the Debug menu when you're in the VB Editor).
If it compiles cleanly, you likely didn't need the reference in the first
place.

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)
> YES! that is the problem. DTCINT 1.0 Type Library is missing. I got this
> project from another person and I search my system and I do not have this.
[quoted text clipped - 17 lines]
>> compiles
>> your errors will stop.
Arvin Meyer [MVP] - 03 Mar 2007 02:53 GMT
I'm not sure if you saw the other answers, so let me give you mine. If that
type library is required to run this application, you'll probably need to
get it from whomever gave you the application. If not just uncheck the
missing reference, and choose Debug >>> Compile All Modules from the menu.
You can easily find out by making a copy of your database and uncecking the
reference, then recompiling. If it squalks, you'll need the reference.

Signature
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
> YES! that is the problem. DTCINT 1.0 Type Library is missing. I got this
> project from another person and I search my system and I do not have this.
[quoted text clipped - 17 lines]
>> compiles
>> your errors will stop.