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
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.