Re: Access hanging, corrupting, getting me worried
From: Jamie (filminformation_at_NOSPAMblueyonder.co.uk)
Date: 08/23/04
- Next message: Nick in Tokyo: "Don't display blank or empty record"
- Previous message: John Spencer (MVP): "Re: Changing focus with TAB but in differents sections"
- In reply to: Andrew Backer: "Access hanging, corrupting, getting me worried"
- Next in thread: Sandra Daigle: "Re: Access hanging, corrupting, getting me worried"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 23 Aug 2004 02:49:00 +0100
Test the mdb on a different PC if possible. If it still crashes then there
is probably some form of corruption afoot, if not then there may be an error
with the installation of Access.
One option would be to try saving each form etc as a text file and then load
them into a new mdb to try to eradicate any corruption. You can do this
using saveastext from the immediate window and loadfromtext to reload them
into the new mdb. If you have a lot of objects it may be quicker to write a
VBA routine to loop through them all.
Jamie
www.jamiessoftware.tk
"Andrew Backer" <abacker_remove_Uspamerz@comcast.dot.net> wrote in message
news:5mshi0ddmfqqsgpj7otlvc9e8nrgdh8ck7@4ax.com...
> I am using A2k, and having quite a few scares with database
> corruption. Making me wonder if access should even be used at all,
> since once again there is no logic to Access' misbehavior.
>
> I have a startup form set, which should load every time I open the db.
> If it doesn't load, I know something is wrong.
>
> Sometimes a recompile will fix it, and it will start loading fine
> again. Other times it will just die, and importing all objects into a
> new databaes will fix it.
>
> It just did it to me again. I have tried to import to a new database,
> but on import it will crash on importing some object, there doesn't
> appear to be any logic to which one. It kept dying on
> "&Relationship", but after I turned off import relationships, it just
> crashed on a random form. If it crashes, I can sometimes make the
> import dialog go away by pressing esc, but I usually can't close the
> database (msaccess process won't quit), but the db window will go
> away.
>
> I get wierd object names in the database I am importing from, like
> "tmprryQryFrLnkFldsCrtn0123456789". I was able to delete the
> relationships in the 'corrupted' database, but after I did I couldn't
> save it.
>
> Any idea what is goin on? This happens quite regularly, and is really
> starting to worry me.
>
> Thanks,
> Andrew Backer
>
> .--------------------------------------
> | Andrew Backer
> | backer_a @ h0tmai1 dot com
> `--
- Next message: Nick in Tokyo: "Don't display blank or empty record"
- Previous message: John Spencer (MVP): "Re: Changing focus with TAB but in differents sections"
- In reply to: Andrew Backer: "Access hanging, corrupting, getting me worried"
- Next in thread: Sandra Daigle: "Re: Access hanging, corrupting, getting me worried"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|