Re: Type Library Reference Problem
- From: "TC" <aatcbbtccctc@xxxxxxxxx>
- Date: 16 Jan 2006 18:38:19 -0800
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]
.
- References:
- Re: Type Library Reference Problem
- From: John Nurick
- Re: Type Library Reference Problem
- From: John Nurick
- Re: Type Library Reference Problem
- Prev by Date: Re: Add a library with VBA
- Next by Date: Re: Accessing multiple fields in report function
- Previous by thread: Re: Type Library Reference Problem
- Next by thread: Re: Type Library Reference Problem
- Index(es):
Loading