----------------------------------------------------------------------
AllFormsCompiler for Access 2.0
----------------------------------------------------------------------
written By S.Drucker CIS:74216,2071


AllFormsCompiler is written as a MSAccess2 Add-in. Add-ins are available to all DB's.
To install, simply use the add-in manager in MSAccess2 and choose "Add New"

Alternatively, since some peeps don't use or understand add-ins, AllFormsCompiler can be imported into an existing Database and used from there (It is coded to recognize and not perform on itself.) This non-addin usage requires importing the AllFormsCompiler form AND the included error checking module. Additional instructions are commented in the compile command button code.

AllFormsCompiler opens the code for each form in the current database and performs a compile.  If a compile error occurs, the user is notified via a MS generated error. This notification occurs twice per occurance. This is because compile errors are not trappable in MSAccess2.0. (CommandValid() as in Word6 would eliminate this problem too!) 

When a compile error is detected, the name of the form is added to a listbox. When finished, you can identify which forms had errors and click to go to your choice to make corrections.

original concept by John Washenberger CIS:74167,2323