Hello all,
My db crashed and corrupted. I've managed to recover my data, sort of. I created a new db and copied the tables. I had to change the autonumber fields of the copied tables to a regular number field so I could retain my primary keys until I can figure out what to do. I'll take any advice you may have reagrding that. Although unlikely, is there a way to force access to accept MY values into the autonumber field... maybe through some magical VBA code? I'll keep my fingers crossed.
I believe it was a form or some VBA code that corrupted the db. I can recover alot of it from a backup... but not all. The corrupted db won't let me oped the VBA window so I can't see the code. A friend of mine had a corrupted db once. He's a MS certified partner and so he called MS and they had him open the DB in notepad, make some very specific character changes and that fixed it. Lucky for him I guess.
Out of curiosity, I opened (a copy of) my corrupted db in notepad. as i scrolled through, I'd recognize something here and there, but what I did notice is that my VBA code is embedded in all the extended characters. I'm thinking that my code is still in there. How can I get it? Is there any merit to this notepad magic?
Kevin
My db crashed and corrupted. I've managed to recover my data, sort of. I created a new db and copied the tables. I had to change the autonumber fields of the copied tables to a regular number field so I could retain my primary keys until I can figure out what to do. I'll take any advice you may have reagrding that. Although unlikely, is there a way to force access to accept MY values into the autonumber field... maybe through some magical VBA code? I'll keep my fingers crossed.
I believe it was a form or some VBA code that corrupted the db. I can recover alot of it from a backup... but not all. The corrupted db won't let me oped the VBA window so I can't see the code. A friend of mine had a corrupted db once. He's a MS certified partner and so he called MS and they had him open the DB in notepad, make some very specific character changes and that fixed it. Lucky for him I guess.
Out of curiosity, I opened (a copy of) my corrupted db in notepad. as i scrolled through, I'd recognize something here and there, but what I did notice is that my VBA code is embedded in all the extended characters. I'm thinking that my code is still in there. How can I get it? Is there any merit to this notepad magic?
Kevin