Search results

  1. IanH

    Calling stored procedures

    Afternoon all, We want to create a central database for common stored procedures (call it SP_DB). Assuming we are working on tables in Database_A does anyone have any simple thoughts on how to call stored procedures from SP_DB so as they run on the tables in the working database. At the...
  2. IanH

    Animated gif files embdedded in a form ...

    ... anyone know how to insert these? I'd like to put a couple of small animated gifs in one of my forms. Importing them as a picture doesn't give the animation (it's a static picture). Any thoughts on a simple solution would be appreciated Cheers Ian
  3. IanH

    Varying security levels thru NT login

    Hi guys, (Using NT and Access 2000) I have a colleague wishing to set security for a database (and specifically making all objects read only), without requiring users to enter a password. I was thinking there may be a way to check the NT login and if it matches against a small subset of...
  4. IanH

    Inner join on two tables - with record offset

    Hi all, wonder if one of you can help out there. I have a query with two tables (in fact two copies of the same table) that are linked with an inner join on two fields: RecordID - an autonumber and LocalID - a text person identifier. I need to join the two fields so that the localIDs are the...
  5. IanH

    tabs on forms

    Sorry if this has been answered before, but is there a simple bit of code I can use behind a control button to move backwards and forwards between tabs on a form (in the same was as you can create buttons to move backwards and forwards between records)? Thanks Ian
Top Bottom