What is the difference between form unload and query unlode?
Printable View
What is the difference between form unload and query unlode?
QueryUnload is called before Unload and has a Cancel parameter which you can set to true if you want to prevent the form from Unloading (for example if the user needs to save data first or something of that nature). Unload runs it's code and the form Unloads.