B
Ben
Environment:
1. Front-End - MS Access 2003
2. Back-End - SQL Server 2005
3. OS - Windows XP
I cannot understand why it takes a 5-7 seconds to close our Invoice form.
The Invoice form has several data components in it that retrieves data.
The code in the "Done" button of the form perform the following:
a. Me.Requery
b. Check other loaded forms "IsLoaded()"
c. DoCmd.Close
The form has also a code in the "Close" event which only checks for loaded
forms again "IsLoaded()".
Thanks,
Ben
1. Front-End - MS Access 2003
2. Back-End - SQL Server 2005
3. OS - Windows XP
I cannot understand why it takes a 5-7 seconds to close our Invoice form.
The Invoice form has several data components in it that retrieves data.
The code in the "Done" button of the form perform the following:
a. Me.Requery
b. Check other loaded forms "IsLoaded()"
c. DoCmd.Close
The form has also a code in the "Close" event which only checks for loaded
forms again "IsLoaded()".
Thanks,
Ben