Results 1 to 8 of 8
  1. #1
    Shayne is offline Novice
    Windows XP Access 2003
    Join Date
    Oct 2011
    Posts
    6

    Unhappy Missing Records in a Table (Access 2003)

    I have a database a former employee created. I am not sure of the original version he used; however, I am using Access 2003. The problem I am having is when I add a record to a particular table the record will show up after it has been saved but then a few days later when I open up the same table the record is gone. Any ideas why?

    I do not believe the number of records is the issue but just in case there are 1025 total records in this particular table.

    Thank you.

  2. #2
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    Are you counting records before and after you add a new one? Depending on how the database is built the 'save' of the record may be being cancelled before the record is actually added.

  3. #3
    Shayne is offline Novice
    Windows XP Access 2003
    Join Date
    Oct 2011
    Posts
    6
    Thank you for your response. Yes, I have. The application that was built using Access 2003 has the functionality of adding a record by using a dialog box. Once the dialog box is open you click on "Add New", you enter the data you want to add for that record and then you click on "Save". When you go back into the table the record is there. A day or so later when I go back into the database the record is gone.

    It's baffling me.

  4. #4
    Shayne is offline Novice
    Windows XP Access 2003
    Join Date
    Oct 2011
    Posts
    6
    I misspoke...the application was NOT created in Access 2003....sorry.

  5. #5
    hertfordkc is offline 18 year novice
    Windows XP Access 2007
    Join Date
    Mar 2011
    Posts
    481
    Number of records is non-issue. Do the records continue to show up if you close the database, and then reopen it in a few seconds? In other words, are they really saved to the object you are opening, or are they being saved in a termporary table? Are there Visual Basic routines in the database?

  6. #6
    Shayne is offline Novice
    Windows XP Access 2003
    Join Date
    Oct 2011
    Posts
    6
    Yes, I have closed the database and reopened it and the record is there. It's been so long since I've used Access...how can I determine if the database incorporates VBA?

  7. #7
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    When you open the database are you getting any sort of sharing violation message if you go to the design view of a form or table or report? Is the folder part of any backup routine that may be replacing a file by error. Have you attempted copying the database to a new location, putting some data directly on the table or through the form and seeing if the data then sticks?

    Is there any VBA code in the database either in modules, buttons, on close, on open events, etc? Have you gone through all of the code to make sure none of it is undoing data entered?

  8. #8
    hertfordkc is offline 18 year novice
    Windows XP Access 2007
    Join Date
    Mar 2011
    Posts
    481

    I skipped Access 2003, but...

    Quote Originally Posted by Shayne View Post
    Yes, I have closed the database and reopened it and the record is there. It's been so long since I've used Access...how can I determine if the database incorporates VBA?
    if you have a menu item "Database Tool", look at it for VBA. Click VBA and the code associated with a form should show up. Also, there may be a main module. Don't rule out macros either. Check them out.

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

Similar Threads

  1. Replies: 1
    Last Post: 06-23-2011, 07:19 AM
  2. Update table MS Access 2003
    By riagil in forum Queries
    Replies: 2
    Last Post: 08-31-2010, 12:12 AM
  3. Replies: 9
    Last Post: 07-16-2009, 09:13 PM
  4. Access 2003 - Creating Buttons from a Table
    By Speedy in forum Programming
    Replies: 2
    Last Post: 02-28-2009, 05:32 PM
  5. Microsoft Access 2003-Missing Records??
    By kristenlee in forum Access
    Replies: 1
    Last Post: 04-04-2008, 06:43 PM

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