D
david epsom dot com dot au
Is anyone here using this (or 603) in A2K? It's not working for me...
I don't get an error message, but nothing happens
Sub DoCompact()
Dim accApp As Access.Application
Set accApp = New Access.Application
accApp.SysCmd 602, "c:\db3.mdb", "c:\tmp.mde"
Debug.Print accApp.SysCmd(602, "c:\db3.mdb", "c:\tmp.mde")
Set accApp = Nothing
End Sub
(david)
I don't get an error message, but nothing happens
Sub DoCompact()
Dim accApp As Access.Application
Set accApp = New Access.Application
accApp.SysCmd 602, "c:\db3.mdb", "c:\tmp.mde"
Debug.Print accApp.SysCmd(602, "c:\db3.mdb", "c:\tmp.mde")
Set accApp = Nothing
End Sub
(david)