[AccessD] DAO References in New DBs

Gustav Brock Gustav at cactus.dk
Wed Sep 26 10:35:53 CDT 2007


Hi Charlotte

Certainly. But forgot to tell about it, sorry.

Mark, the database code must be compiled in full after tampering with the references.
You can do that with a macro which - converted - looks like this:

    DoCmd.Echo False, ""
    DoCmd.OpenModule "USysReferencesCheck", ""
    DoCmd.RunCommand acCmdCompileAndSaveAllMod
    DoCmd.Close , ""
    DoCmd.Echo True, ""

where USysReferencesCheck is an empty module created for the purpose.

/gustav

>>> cfoust at infostatsystems.com 26-09-2007 17:18 >>>
Remember our long thread discussing IsBroken and setting references?
Have you tried this in a database with a broken reference?  Not being a
skeptic, just curious.

Charlotte Foust 





More information about the AccessD mailing list