Klassen und Module für die Verwendung in den Access-Anwendungen
CurrentDbConnection.DAO.OpenRecordset("select ...")
CurrentDbConnection.DAO.Execute "delete from ..."
OpenDaoRecordset("select ...")
DaoExecute "delete from ..."
CurrentDbConnection.ADODB.OpenRecordset("select ...")
CurrentDbConnection.ADODB.Execute "delete from ..."
OpenAdoRecordset("select ...")
AdoExecute "delete from ..."
CurrentDbConnection.ODBC.OpenRecordset(....)
CurrentDbConnection.ODBC.Execute "delete from ..."
OpenRecordsetDaoBE("select ...")
OpenRecordsetPT("select ...")
OdbcExecutePT "delete from ..."