First off, I am not a VB programmer. At my office one of our employees needed an update to an old program they use to update an Access database. The user has a form that lists different fields ...
which events are more appropriate for putting instantiation (set foo = new object) and desctruction (set foo = nothing) commands? initialize and terminate or load and unload?<BR><BR>this would be for ...