اذهب الي المحتوي
أوفيسنا

الردود الموصى بها

قام بنشر

لقياس الوقت للوقوف على اداء التطبيق عند تنفيذ الاستعلام

Public Function OpenQryPerformanceTest(ByRef QueryName As String)
    Dim StartTime As Date: StartTime = Now()
    Dim ExecutionTimeBySeconds As Long
           
    DoCmd.OpenQuery QueryName
    DoCmd.GoToRecord acDataQuery, QueryName, acLast
    ExecutionTimeBySeconds = DateDiff("s", StartTime, Now())
    
    MsgBox "Execution Time: " & ExecutionTimeBySeconds & " Seconds"
End Function

 

  • Like 2

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

زائر
اضف رد علي هذا الموضوع....

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • تصفح هذا الموضوع مؤخراً   0 اعضاء متواجدين الان

    • لايوجد اعضاء مسجلون يتصفحون هذه الصفحه
×
×
  • اضف...

Important Information