' - Create ADO Connection Object: Database Programming With MSDE
' - Create ADO Connection Object: Database Programming With MSDE
statement in either ADO or DAO. I prefer ADO but for the benefit of gaining a reference to
Access object model I use DAO.
lcnn.Execute SQL
Set lcnn = Nothing
End Sub
For information on using MSDE instead of SQL Server, see the tip Database Programming
With MSDE.