Alhamdulillah, saya sudah bisa untuk mengatasi problem On Mouse 
Wheel. Berikut cara untuk menon-aktifkan on mouse wheel yang saya 
dapat dari websitenya Stephen Lebans. 
1. Download file-file yang diperlukan dengan alamat berikut :
http://www.lebans.com/DownloadFiles/A2KMouseWheelHookVer22.zip
2. Import module modMouseHook dari file hasil download diatas.
3. Pada form yang diinginkan kita tulis code pada event OnLoad 
sebagai berikut :
' Turn the MouseWheel Off
Dim blRet As Boolean
' Call our MouseHook function in the MouseHook dll.
' Please note the Optional GlobalHook BOOLEAN parameter
' Several developers asked for the MouseHook to be able to work with
' multiple instances of Access. In order to accomodate this request I
' have modified the function to allow the caller to
' specify a thread specific(this current instance of Access only) or
' a global(all applications) MouseWheel Hook.
' Only use the GlobalHook if you will be running multiple instances 
of Access!
    blRet = MouseWheelOFF(False)

Mungkin itu pengalaman yang bisa saya bagi. Mohon maaf kalau bisanya 
hanya copy - paste  ^_^

Tapi........... masih ada satu problem yang sampai sekarang saya 
belum paham, dan mohon rekan-rekan dapat memberikan pencerahan.

Bagaimana membuat nomor urut otomatis dengan format misal TR-1, TR-2 
dst. sampai tak terbatas???

Terima kasih atas pencerahannya



Kirim email ke