Results 1 to 2 of 2

Thread: Updating record..

  1. #1

    Thread Starter
    Hyperactive Member nagasrikanth's Avatar
    Join Date
    Nov 2004
    Location
    India,Hyderabad.
    Posts
    420

    Updating record..

    Hi,

    Here i was stucked with a new problem..

    I have a table in which users modify data in a field .
    upto now there wasn't any problem with this.but now i have a requirement like
    when ever they update data in that field,then i have to update the time stamp in another field of same table..

    hope u guys got my problem..one more thing is ..users will open the table directly and update data in the table it self..they wont use any form to open the table or to update the table.
    so i also supposed not to use any forms...

    is it possible to do like so..(like updating a field when another field was updated)

    thanx & regards
    anu..
    The Difference between a Successful person and others is not a Lack of Knowledge,
    But rather a Lack of WILL

  2. #2
    Fanatic Member Dnereb's Avatar
    Join Date
    Aug 2005
    Location
    Netherlands
    Posts
    863

    Re: Updating record..

    as far as I know impossible in access. (MS SQL it is)
    there is no event triggered if someone is altering data directly in a table.

    You should consider not allowing users direct access to tables and query's anyways.
    It's far safer to let them use forms.
    not in the least to prevent data to be entered multiple times.... and other data validation like is it a valid date, is an order send date not a sunday etc...
    etc...
    why can't programmers keep and 31 Oct and 25 dec apart. Why Rating is Useful
    for every question you ask provide an answer on another thread.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width