|
Don't Deliver a Database With Broken ReferencesProvided by: Dan Haught, FMS Executive Vice PresidentBroken references are one the leading causes of Access database application errors. To avoid these, make sure your queries, forms, reports, macros and module code refer to objects that actually exist. It seems simple, but as you develop your application, add new objects, rename existing objects, and delete objects, your references will be broken. This also happens with module code that references functions in queries or macros. Additionally, if you reference external components through VBA, what works fine on your computer may not work on your user's system. Microsoft Access does not warn you about these problems, so they lurk deep in your application until your user discovers them.Total Access Analyzer performs detailed cross-reference analysis for all your tables, fields, queries, forms, reports, macros, and module code to verify these references. Avoid the cost, embarrassment, and the loss of trust associated with broken references. While Total Access Analyzer cannot detect every issue that could potentially happen, it goes a long way towards helping you ship zero-defect applications. Total Access Analyzer performs the analysis to detect inconsistent field data types and sizes for all your fields. So whether numeric fields or the size of text fields differ, you can easily catch such structural flaws. |