Problem with a form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sroeder
    New Member
    • May 2009
    • 9

    Problem with a form

    Hi I have a form that after I enter data on it and actualize it gives the following strange message (it´s in spanish so sorry for the translation):

    "another user modified the record after you started to modify it. If you save it will overwrite any changes the other user performed...."

    There is no other user at the moment.

    The form used to work fine but I had to change the format, since it was a simple modification I didn´t back it up. I know I know I´m dumb. I've tried everything but I can´t fix it. Can somebody help me please

    Sam
  • ChipR
    Recognized Expert Top Contributor
    • Jul 2008
    • 1289

    #2
    Are you using any code to save or change the data?

    Comment

    • NeoPa
      Recognized Expert Moderator MVP
      • Oct 2006
      • 32636

      #3
      My guess, from the little information available, is that the form is bound to the same recordset that you are updating in the code.

      I won't say more now as I may be off target, but I suggest we may be able to help more if you post (all) the code from your form's module. I just hope it's not too big now I've said to post it.

      Comment

      • sroeder
        New Member
        • May 2009
        • 9

        #4
        no I deleted all Events relating to data

        Comment

        • NeoPa
          Recognized Expert Moderator MVP
          • Oct 2006
          • 32636

          #5
          Are you planning to post the code Sam?

          Comment

          Working...