- Mình dung đoạn code sau để giảm bớt dung lượng file .mdb:
Public Sub CompactDB()
CommandBars("Menu Bar"). Controls("Tools"). _
Controls("Database utilities"). Controls("Compact and repair database..."). _
accDoDefaultAction
End Sub
- Khi chạy chương trình báo lỗi:
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
" Run-time error '-2147467259 (80004005)': "
" Method 'accDoDefaultAction' of object '_CommonBarButton' failed "
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
Nhờ các bác giúp mình vạch đường để bước tiếp. Thanks !
Public Sub CompactDB()
CommandBars("Menu Bar"). Controls("Tools"). _
Controls("Database utilities"). Controls("Compact and repair database..."). _
accDoDefaultAction
End Sub
- Khi chạy chương trình báo lỗi:
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
" Run-time error '-2147467259 (80004005)': "
" Method 'accDoDefaultAction' of object '_CommonBarButton' failed "
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
Nhờ các bác giúp mình vạch đường để bước tiếp. Thanks !