Notifying user read only

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Briansmi1116
    New Member
    • Oct 2007
    • 76

    Notifying user read only

    Hello everyone. I have a database that is shared on a nnetwork. There are occasional times that two people are editing the same record at the same time. This causes a problem because only one person can save the info that they entered. I want to notify the user that someone is editing the record before the other user starts their edit.

    I think I have to use: objRecordset.Ed itMode, but I am unsure how. I would be greatly apprciative of anyone that could help me with this.

    Thank you,

    Brian
  • MindBender77
    New Member
    • Jul 2007
    • 233

    #2
    With a little Googling. I found this. Hope this helps.

    ADO vs DAO pessimistic locking

    Regards,
    Bender

    Comment

    • Briansmi1116
      New Member
      • Oct 2007
      • 76

      #3
      Thank you, but I am having trouble on where and how to implement it. I gues it only makes a little sense.

      Brian

      Comment

      • Briansmi1116
        New Member
        • Oct 2007
        • 76

        #4
        I found something else that will work for my application. Thank you for looking and helping me.

        Brian

        Comment

        Working...