Search results

  1. Z

    DoCmd.DeleteObject acTable blows up database

    Hello, I have a problem with the "DoCmd.DeleteObject acTable" command. My Scenario: I have a database which is connected via ODBC to a online database. My local database needs to be updated from time to time and this updating involves a few steps which I put together in code and execute via...
  2. Z

    How to run vba for another databse

    Hello, I am tasked with providing code for backup of linked tables. These tables are supposed to be saved in a new database but as a local file. I have the code for transferring the linked tables into a new database. Sub BackUp() Dim dTime As Date On Error Resume Next dTime...
Back
Top Bottom