Search results

  1. J

    Track Changes in a database

    Pat Hartman, Thank you for you quick reply but i still have some problems: -if i call this code on the AfterUpdate event it does not work because the old value is not there anymore. -About changing data using forms means that i will have to have as many forms as tables which i think is not...
  2. J

    Track Changes in a database

    I have searched for quite some time how to track changes in a database and i could not find what i am really looking for. I have a database that has 52 tables,some of them are linked each other others not.so i would like to track any changes made to any table. i have managed to do it for one...
  3. J

    Problem finding duplicate records

    :confused:Hi all,i will really appreciate if someone could help me out. I have a query named RequirementQuery and here is it's structure SELECT Requirements.RequirementId, Components.ComponentTag, Products.ProductTag, Releases.ReleaseVersion, Statusses.StatusTag...
Back
Top Bottom