Search results

  1. F

    Installing ODBC driver in code?

    Hi all -- have any of you had any experience installing missing drivers on a client machine, using VBA? The Windows 10 disk image used by my IT department does not automatically include SQL Server and/or Oracle ODBC drivers required by my applications. Those drivers may or may not be installed...
  2. F

    Different results-Access 2016 passthrough query vs MSSQL

    Hello all -- first time this has ever happened to me: I have an Access 2016 front end using data from a SQL Server back end. In Access, I created a passththrough query which returned 859 records. This was one record fewer than expected. So I copied the SQL code to a real SQL Server view...
  3. F

    Form not displaying date/time as explicitly formattd

    A simple form includes a text box holding a date/time field (on SQL Server back end, if that matters); the format explicitly set in the form design is "mm-dd-yyyy." It works exactly as expected... except on ONE user's computer. (And it only happens on that user's desktop, not his laptop!) On...
Top Bottom