What is Clarion? I take it that it is a Relational Database Management System that takes orders in SQL and helps you build a user interface as well without having to program it. Am I right?
I know that you can use a sub called AutoClose() in Microsoft Word that executes when the project closes. But this sub doesn't seem to work in Access. Does anyone know of an equivalent of AutoClose() for Access?
I have the following code in a module which is set to Execute when the Database opens.
---------------------------
Function HelloKaren()
Dim MyDate As Date
Dim Noon As Date
MyDate = Time
Noon = #12:00:00 PM#
If MyDate < Noon Then
MsgBox "Good Morning Karen", vbOKOnly, "Welcome...
Yes I can attach this code to the main menu form so that it pops up when the main menu is loaded but then whenever the user goes back to the main menu the messagebox pops up therever after. So I want to use autoexec. Anyways I just really want to know how autoexec works and why is doesn't seem...
I am trying to use the AutoExec command as I started learning Visual Basic last week and I wish a Microsoft Access Database to display a pop up messagebox when it loads. So I have written the following code and stuck it in a module:
Public Sub AutoExec()
Dim MyVal As String
MyVal = "Hello...
I have built a database for my company. It contains tables storing information on courses and who they are run by. I have built a query which allows the user to type in the name of the course and then the query will display information about that course.
I wish to modify the query so that the...
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.