Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Applies to: Access 2013, Office 2013
Closes an open Database.
Syntax
expression .Close
expression A variable that represents a Database object.
Remarks
If the Database object is already closed when you use Close, a run-time error occurs.
An alternative to the Close method is to set the value of an object variable to Nothing (Set dbsTemp = Nothing).