Where I can find the close button properties.....Because at first I was looking for that, but I think that access does not provide that kind of functions...
I have an Access 2000 application and I want to hide de close button. I already try in the tools, startup. But always appear a window behind that have the principals’ commands (Minimize, Restore & Close), I want to put that options disable for the user. The main purpose is when a user enters to...
When I run the program in Access I have no problem with the application...The problem is when I run the application in Runtime, and I can't debug in this mode.
I think that CreateObject("Access.Application")... is a comand that the system in runtime mode doesn't accept....
I have an aplication in access 2000. I already have the runtime and it's works a 90% :( When the application run in the runtime I can't execute this command And I dont know WHY?????
Dim dbs As Object
Set appAccess = _
CreateObject("Access.Application")
' Open...
You can create a password form and in the event procedure you can use tis command
Option Compare Database
Option Explicit
Private Sub cmdPassword_Click()
Dim m, a, strFormName, str1, str2 As String
Dim Opcion1 As Integer
str1 = "This is a confidential area"
str2 = "Incorrect...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.