What are the difference....... When to use what.... Thanks
VisualBasic5.0ServicePack3
QueryUnload is the first event fired when unloading...so it's the place to go.
"A myth is not the succession of individual images, but an integerated meaningful entity, reflecting a distinct aspect of the real world." ___ Adolf Jensen
Got it... Thanks
Don't forget that you are better off cancelling the unloading of the form in thequery unload event after checking the UnloadMode parameter - gaffa
Forum Rules