Search notes:

Access Object Model: Application

Methods and properties

accessError() Returns a descriptive string for an error code associated with a Microsoft Access or DAO objects.
addToFavorites()
appIcon
application
appTitle
assistance
autoCorrect
automationSecurity
brokenReference
build
buildCriteria()
closeCurrentDatabase()
codeContextObject
codeData
codeDb()
codeProject
columnHistory()
cOMAddIns
commandBars
convertAccessProject()
createAccessProject()
createAdditionalData()
createControl()
createForm()
createGroupLevel()
createReport()
createReportControl()
currentData
currentDb() Returns a database object that represents the database which is currently opened in MS Access.
currentObjectName
currentObjectType
currentProject Returns a CurrentProject object
currentUser()
currentWebUser()
currentWebUserGroups()
dAvg()
dBEngine
dCount() See also domain functions and using dCount in SQL.
DDEExecute()
DDEInitiate()
DDEPoke()
DDERequest()
DDETerminate()
DDETerminateAll()
defaultWorkspaceClone()
deleteControl()
deleteReportControl()
dFirst(), dLast() See also domain functions
dirtyObject()
dLookup()
dMin(), dMax() See also domain functions
doCmd
dStDev()
dStDevP()
dSum() See also domain functions
dVar() See also domain functions
dVarP() See also domain functions
echo()
euroConvert()
eval()
exportNavigationPane()
exportXML()
featureInstall
fileDialog
followHyperlink()
forms
getHiddenAttribute()
getOption() Read the value of any option in the Access Options Dialog.
GUIDFromString()
HTMLEncode()
hWndAccessApp() The HWND that is associated with the running MS-Access application
hyperlinkPart()
importNavigationPane()
importXML()
instantiateTemplate()
isCompiled
isCurrentWebUserInGroup()
languageSettings
loadCustomUI() Loads XML markup that represents a customized ribbon.
loadFromAXL()
loadPicture()
macroError
menuBar
modules
name
newAccessProject()
newCurrentDatabase()
newFileTaskPane
NZ()
openAccessProject()
openCurrentDatabase()
parent
plainText()
printer
printers
productCode
quit()
references
refreshDatabaseWindow()
refreshTitleBar()
reports
returnVars
run() Execute an MS-Access or user defined VBA function or sub.
runCommand() Run a built-in menu or toolbar commands.
saveAsAXL()
saveAsTemplate()
screen
setDefaultWorkgroupFile()
setHiddenAttribute()
setOption() Write any value of the Access Options Dialog.
shortcutMenuBar
stringFromGUID()
sysCmd()
tempVars
transformXML()
userControl
VBE
version
visible
webServices

createXXXX

createXXXX creates an object whose type is xxxx, for example a form.

createControl

The second parameter specifies the type of the control (for example check box, image, object frame etc.)

(No) path

The application object of access does not have a path property like the application object of Excel or Word that reveals the path and name of thee executable of the Office application.
However, it is possible to get the installation directory of MS Access with
debug.print sysCmd(acSysCmdAccessDir)

See also

Access Object Model
Common methods and properties in the Office Object Model Application object

Index