On Error Goto AccessClosed 'Create the Access object Dim oAccess As Access.Application Set oAccess = Access.Application 'Quit Access oAccess.Quit '<--This is where the error occurs the second time the code is run. 'Release Access Object Set oAccess = Nothing AccessClosed: On Error Resume Next
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.