Search results

  1. A

    ODBC link allow others to access data?

    A co-worker of mines set up a SQL server that I can create ODBC links to so that I don't have to import new data every week. I've built some queries for other users to run, but they can't because they don't have access/permissions to the SQL server. I was wondering if there's anyway around...
  2. A

    Difficulty combining Insert Into or Select Into with a Union, please help!

    I am having difficulty getting a query to work, there's probably something really simple I'm missing. . . I can get the Union function to work but I can't get it to create a table for me. The basic query looks like this: INSERT INTO test SELECT * FROM [Design] WHERE (Design.CID Not Like...
Back
Top Bottom