D
djlansing
The code I was using for Access 2003 is not working in Access 2007.
My 2003 code:
Function InitApplication()
Dim c As CloseCommand
Set c = New CloseCommand
' Disable Close menu
c.Enabled = False
End Function
This was ececuted with the Autoexec macro.
My 2003 code:
Function InitApplication()
Dim c As CloseCommand
Set c = New CloseCommand
' Disable Close menu
c.Enabled = False
End Function
This was ececuted with the Autoexec macro.