Module: modCurrentProject
Get, set, and create Access properties for the CurrentProject (Jet or ADP database) This is different from the Jet/DAO databases properties
|
Procedure Name
|
Type
|
Description
|
|
(Declarations)
|
Declarations
|
Declarations and private variables for the modCurrentProject module
|
|
ADP_AllowBypassKey
|
Procedure
|
Sets an ADP's AllowBypassKey property. If it's set to False, users can't hold the shift key down when the database loads to prevent the startup routines from running.
For Jet databases, use the Database_AllowBypassKey function in module modJetDatabase.
|
|
IsProjectADP
|
Procedure
|
Determines if the current project is an ADP
|
|
IsProjectMDB
|
Procedure
|
Determines if the current project is a Jet MDB or ACCDB database
|
|
ProjectPropertyCreate
|
Procedure
|
Create a new database property
|
|
ProjectPropertyExists
|
Procedure
|
Does this Access database property exist?
|
|
ProjectPropertyGet
|
Procedure
|
Get the value of a database property
|
|
ProjectPropertySet
|
Procedure
|
Set a database property value
|
Overview of Total Visual SourceBook
The source code in Total Visual
SourceBook includes modules and classes for Microsoft Access, Visual
Basic 6 (VB6), and Visual Basic for Applications (VBA) developers. Easily
add this professionally written, tested, and documented royalty-free code
into your applications to simplify your application development efforts.
Additional Resources
|