Results 1 to 6 of 6
  1. #1
    Sue22's Avatar
    Sue22 is offline Novice
    Windows 8 Access 2013
    Join Date
    Mar 2015
    Posts
    15

    Random #Deleted errors in database

    Hi,

    I have a database which uses linked tables. When a user changes data in one of the fields which is long text occasionally when moving to another field or record the data in this field seems to get deleted without the user having done anything to delete it. The field then shows the error message #Deleted, going out of the database and back in doesn't sort it. I have to go into the table blank the word #Deleted from the offending record and then things are OK again.



    Does anyone have any suggestions for why this may be happening and what I can do to stop it?

  2. #2
    Bob Fitz's Avatar
    Bob Fitz is offline Access Developer
    Windows 7 32bit Access 2003
    Join Date
    May 2011
    Location
    Essex UK
    Posts
    3,544
    Is the db split.
    If this helped, please click the star at the bottom left of this posting and add to my reputation . Many thanks.
    Bob Fitzpatrick

  3. #3
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,527
    That is odd. In the form , i would set the form ALLOW DELETIONS to NO. try that.

  4. #4
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    I would say that something like this is rare if ...

    The DB is split and you are using simple bound forms and bound controls.

    Multiple users opening the same file and then having VBA updating records could encourage the symptom you are experiencing. Otherwise, I might suspect a corrupt control that is bound to a field and replace the control with a new one.

    It may be best to rebuild the form. Create copies before doing any edits, compact and repair after deleting controls/forms and before rebuilding, yadda yadda yadda

  5. #5
    Sue22's Avatar
    Sue22 is offline Novice
    Windows 8 Access 2013
    Join Date
    Mar 2015
    Posts
    15
    Yes the database is split.
    The form is already set to allow deletions NO.
    There is no VBA which updates the rcords and although the plan is to have multiple users shortly at the moment this is occurring when there is only one user accessing the database.

  6. #6
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    I would suggest deleting the control and replacing it with a new one, then.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 2
    Last Post: 05-29-2015, 11:16 AM
  2. Replies: 4
    Last Post: 06-21-2014, 05:43 AM
  3. delete query produce #deleted in all deleted values
    By learning_graccess in forum Queries
    Replies: 2
    Last Post: 03-31-2012, 07:20 AM
  4. Replies: 0
    Last Post: 07-06-2011, 07:33 PM
  5. Detect if a row is deleted from a table in the database
    By Hameed Madwar in forum Programming
    Replies: 0
    Last Post: 01-08-2009, 07:31 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums