Database Shuts Down Upon Query

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • uhegde
    New Member
    • Aug 2010
    • 2

    Database Shuts Down Upon Query

    Hello, I'm using Access 2003 to work on cleaning up and modifying records in a database with about 7k records.

    I've been trying to run a Make-Table Query on the table with 7k records, but every time I run it, Access almost instantly pops up the "Microsoft Access has encountered an error and will be closing. Please send error report to Microsoft" etc.
    I thought it was because there were too many records, but 7k doesn't seem to bad compared to others I've seen, and the size of the database is about 900 MB (under the 2GB limit of Access).

    Even so, I Compacted/Repaired the database to around 300 MB, but that made no difference.
    Any help would be appreciated, thank you.
  • NeoPa
    Recognized Expert Moderator MVP
    • Oct 2006
    • 32633

    #2
    Welcome to Bytes!

    I can only guess there is a corruption in there somewhere. Sometimes these things can be sorted by a Compact/Repair, but not always. Is your database compiled?

    Comment

    • uhegde
      New Member
      • Aug 2010
      • 2

      #3
      Thanks for replying :). By compiled do you mean have I compiled my code in the module? I have, with no errors.

      Comment

      • NeoPa
        Recognized Expert Moderator MVP
        • Oct 2006
        • 32633

        #4
        That is what I mean yes. I was hoping maybe it would find a problem for you.

        Otherwise, using a backup copy of the database, try deleting various of the objects until you discover which of them may be corrupted. From there, remove this item from another good copy and re-add it either by copy pasting the code or manually. This depends to a certain extent on the type of object of course. You could also try importing the object across from your original, but in my experience that simply causes the problems to come back.

        Comment

        Working...