Hi all,
It appears to me that the references collection for an access database is specific to the mdb/mde etc, but the references collection is only available from the application object eg
For Each refItem In References
It seems that is not possible to access the references collection for a database that has not been opened. Is this correct?
I’d like to be able to work through a list of databases checking for broken references and removing references that are added by default when converting to XP from 97 that we consider unnecessary.
At the moment it looks like I may have to open each database in a seperate instance of access to be able to access the references collection for that mdb. Is there an easier way?
Thanks
Stewart