Close versus Unload, etc.

X

XP

In Office 2003, there are certain points in my code where I "close" a form,
report, etc. using a DoCmd. Should I be using "unload" instead?

Is there an important difference when dismissing the object apart from
trapping the event for some special purpose?

i.e. Is there any performance or memory gain/advantage to one over the
other? Should they be used together in any particular sequence?

What is considered the cleanest way to close an object?

Thanks again for everyone's input.
 
K

Klatuu

Rick is correct. There is an UnLoad statement in VBA, but it really doesn't
apply to Access forms as the Help example would lead you to believe.
 
Top