hi all when i am using this code
Option Compare Database
Public Function RunAtStart()
' KillIt
DetermineByPass
End Function
Public Function KillIt() As Integer
If SysCmd(SYSCMD_RUNTIME) = 0 Then
MsgBox ("This Application cannot be opened directly with Microsoft Access,"...