Appreciate the code...
ok...I got this to work..
Dim strSource As String, strDestination As String
strSource = "C:\Program Files\Dm2007\iCartParametr
strDestination = "C:\Program Files\Dm2007\iCartParametr
'compact the source database
Dim success As Boolean
success = Application.compactrepair(
If success Then
'delete the original
Kill strSource
'rename the compacted db
Name strDestination As strSource
End If
I just need to add database password please
Main Topics
Browse All Topics





by: dandrakaPosted on 2009-10-02 at 06:06:42ID: 25477457
Try this, mentioned @ http://www.utteraccess.com /forums/sh owthreaded .php?Cat=& Number=111 7909&page= &view=&sb= 5&o=&vc=1
Select allOpen in new window