Re: Type Library Reference Problem



And add declarations for any symbolic constants that you use from the
(removed) library refrence(s) :-)

So, OP, the symbolic constant acEdit is defined by Access. But if you
were late binding to Access, eg. from VBScript, where there is no
reference to the Access libraries, you'd need to define that constant
explicitly:

const acEdit = 1

Similarly if you are using any symbolic constants from the (now
unreferenced) AD libraries.

HTH,
TC [MVP Access]

.


Loading