T
Tim
Hi everyone,
I tried to use VBA to compact password protected
database. I ran the following code, but I got the error
message like this:Run-time error '3170': Couldn't find
installable ISAM.
Public Sub test2()
DBEngine.CompactDatabase "c:\TempTest\data.mdb", "c:\TempTe
st\data10.mdb", , , "tim"
End Sub
Could anyone tell me what is that mean and how to fix it?
Any help will be appreciated.
Thanks in advance.
Tim
I tried to use VBA to compact password protected
database. I ran the following code, but I got the error
message like this:Run-time error '3170': Couldn't find
installable ISAM.
Public Sub test2()
DBEngine.CompactDatabase "c:\TempTest\data.mdb", "c:\TempTe
st\data10.mdb", , , "tim"
End Sub
Could anyone tell me what is that mean and how to fix it?
Any help will be appreciated.
Thanks in advance.
Tim