T
Tim
Hi everyone,
I posted my question couple days again, but no one answer
it. Could anyone help me out? I really need some help on
it.
Here is my problem:
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
I tried to download the service pack2 for office 97, but
it didn't help.
Does anyone know how to fix it?
Thanks a lot.
Tim.
I posted my question couple days again, but no one answer
it. Could anyone help me out? I really need some help on
it.
Here is my problem:
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
I tried to download the service pack2 for office 97, but
it didn't help.
Does anyone know how to fix it?
Thanks a lot.
Tim.