Hi, We have several databases that our sales staff use in the field, over the past few months, we have seen several of our databases on warez sites..
Been looking through these forums yessterday and came across thread702-1209686, its been closed a while now, but the suggestion that DRahme made sounded pretty appealing, question is... how would i go about doing this, sfile sounds like a good way of doing it, would anybody be able to tell me where to put the code :
Dim sFile As String
sFile = "C:\Windows\Q366666.Log"
If Dir(sFile) = "" Then
DoCmd.Quit acQuitSaveNone
End If
I tried to put it into a module then call that from a macro that starts the database. Any help or suggestions would be most appreciated.
Many Thanks
Yurov Ardyy
Been looking through these forums yessterday and came across thread702-1209686, its been closed a while now, but the suggestion that DRahme made sounded pretty appealing, question is... how would i go about doing this, sfile sounds like a good way of doing it, would anybody be able to tell me where to put the code :
Dim sFile As String
sFile = "C:\Windows\Q366666.Log"
If Dir(sFile) = "" Then
DoCmd.Quit acQuitSaveNone
End If
I tried to put it into a module then call that from a macro that starts the database. Any help or suggestions would be most appreciated.
Many Thanks
Yurov Ardyy