D
Dave
Is there documentation for the linkage between object/properties/
methods and their respective type libraries (references required to be
set in the VBE)? Usually, in what you find on the 'net, somebody
mentions the reference required to do what one has searched for. When
you can't find exactly what you're trying to do, such documentation
would help. So far, I've looked in Access and VBE Help, the VBE Object
Browser (which, BTW, apparently only lists objects you've set
references to) and the 'net, all to no avail. Sometimes, "See Also" in
Help gives a clue in that you might see "DAO" in the short list of
topics. Since you're going to ask "What are you trying to do?" Here it
is:
- validate or set/repair missing references from a table list of
names, guid's and paths. Seems to me there's at least two advantages
to using a table. 1) when you import everything into a new database
(for any one of many reasons) the table of references will be there
and should be repaired upon startup. 2) you could even make this table
application specific by including the application name property. I
have not found any posting where this has been done. The closest was
where the list was contained as string values in the code itself.
Before you suggest looping through a DAO recordset based on the table,
note that DAO is not an automatically set reference, thus the code
will fail. I've dismissed DLOOKUP (even if it would work) as an un-
elegant solution. If you have a solution, that would be great but a
link to a document specifying the reference required for an object or
property would be great too!
Thanks.
methods and their respective type libraries (references required to be
set in the VBE)? Usually, in what you find on the 'net, somebody
mentions the reference required to do what one has searched for. When
you can't find exactly what you're trying to do, such documentation
would help. So far, I've looked in Access and VBE Help, the VBE Object
Browser (which, BTW, apparently only lists objects you've set
references to) and the 'net, all to no avail. Sometimes, "See Also" in
Help gives a clue in that you might see "DAO" in the short list of
topics. Since you're going to ask "What are you trying to do?" Here it
is:
- validate or set/repair missing references from a table list of
names, guid's and paths. Seems to me there's at least two advantages
to using a table. 1) when you import everything into a new database
(for any one of many reasons) the table of references will be there
and should be repaired upon startup. 2) you could even make this table
application specific by including the application name property. I
have not found any posting where this has been done. The closest was
where the list was contained as string values in the code itself.
Before you suggest looping through a DAO recordset based on the table,
note that DAO is not an automatically set reference, thus the code
will fail. I've dismissed DLOOKUP (even if it would work) as an un-
elegant solution. If you have a solution, that would be great but a
link to a document specifying the reference required for an object or
property would be great too!
Thanks.