Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
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).