Rick said:
Just to make sure that I understand this correctly there is no
performance advantage to mbE over mdB, it is simply a matter of
protecting code??
Thanks.
Rick
It depends. If the MDB is fully compiled then there should be no difference,
but MDBs can become uncompiled in which case the MDE will be faster. The
typical symptom is that you open a form that (for some reason) is not fully
compiled. The first time you open it will be slower because the code is being
compiled as you do so. Subsequent openings of the same form are then noticably
faster. This does not happen with an MDE.