Recent content by Ramrod

  1. R

    Help File

    Not free... but pretty darn close for what it does. I have been using this for the last five years. Best intuitive help authoring tool I have ever used. http://www.helpscribble.com/
  2. R

    Parameterised combo box on subform

    On your main form, try using the 'afterupdate' event on the field where you change your paramenter to do your requery.
  3. R

    History for Database information

    Unless there is an overiding reason like "because I'm the boss and I don't want to do it that way...", Why not just add a 2 new fields to your original table? A Termed(y/n) swith and TermDate. To show active records, Termed(y/n) = False in all queries,reports, etc. After 2 years, run a delete...
  4. R

    More on Users in a Database

    I have not used this, but ran across it a while back. See if this is what you are looking for... http://www.mvps.org/access/api/api0008.htm
  5. R

    Who is using the database?

    http://www.mvps.org/access/modules/mdl0055.htm Take a look at this link. I have several databases that I need to know who is logged on, this has helped alot.
Back
Top Bottom