Search results

  1. C

    Generating index in a select

    Hi, Is it possible to select a bunch of data from a table (or more than one table) and get an index in the result set? I.e, I select a bunch of names that all have "ab" in them somewhere from this huge table. In my result set I want an index from 1 (or 0) to x where x is the last row in the...
  2. C

    Procedures

    Hi, Is it possible to have a procedure that automatically triggers when a field (ex. row 5 column 3 in table tTable) changes? Remember something about that beeing possible in microsoft sql server, but not how and that may have absolutely nothing to do with access. Anyway, thats my question...
  3. C

    Write protection of DB

    Hi, Is there a way to tell MS Access not to write/read protect a database when it opens it? Trying to do a webapplication that uses some tables in a .mdb database, it is working together with another program that is programmed in MS Access. But the other program locks the db while it is using...
Back
Top Bottom