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
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.