Search results

  1. G

    Exporting tables to SQL server using VBA

    Hi, I'm trying to transfer some tables from Access 2016 to SQL server; I'm using the following code: ------------------------------------ Public Function exportTable(table As String, destTable As String) DoCmd.TransferDatabase acExport, "ODBC Database", _ "ODBC;DRIVER=ODBC Driver 17...
Top Bottom