473,421 Members | 1,715 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,421 software developers and data experts.

How to deal with a VBA-project that is damaged in Access2000

How to deal with a VBA-project that is damaged?

Hi everyone.
I am BigOlle from sweden and I have been working with Accees for ten
years
I am now working on a project that started in Access97 and since a few
months it continues in Access2000.

My plan is to use Access2000 as it is supposed that mdb-files in
Access 2000-format can be opened from all Access versions after that
one. (I hope it is so)
It all seemed to work very well until last week when my mdb-file could
not be opened on my computer.
(it was at the time about 60 mb. and not data only vb-code and
forms,reports and modules)

It showed that I had the wrong version of the Vbe6.dll file, so I
went on from that day on another Pc.

I went back to a copy of the database that semeed to be alright.
( I must tell that my mdb file is working on a linked mdb-file on the
same library on my computer and since one month ago
the data-mdb-file is passwordprotected.)

Now I make a backup of my mdb-file every half an hour as it regulary
happens that I get the error message:
"VBA-project is damaged"
I have tried:
1/ To convert my project till Access2002 and convert it back to
Access2000.
(It sometimes works but sometimes I even get this same error message
in Access2002:
("VBA-project is damaged")

2/ Decompile the project.

3/ Save form modules as text and import the text-modules to the mdb-
version that is not corrupt.

But all the same I regulary (some days many times a day) I get the
errormessage.
("VBA-project is damaged")
I have noticed that on decompile and converting get the message that
the form FrmMySeachform_070726_1 can't be loaded. And this is when I
am working in the form frmMySearchform. (I make backup-copies of the
forms that I am working on this way)

I hope that someone can give me an advice how I could go on with my
project
Regards BigOlle

Jul 27 '07 #1
3 1769
When you saved your form modules as text, did you also save your other
modules as text, set the forms and reports HasModule property to No, then
copy the objects to a new, empty database, and then reload the modules from
text?

My guess would be that something is corrupted, and this additional step may
be helpful.

There's very good information on corruption, and on recovering from it, and
avoiding it at MVP Tony Toews' website,
http://www.granite.ab.ca/accsmstr.htm. It would be worth your reviewing.
And, you might take a look at the content at http://www.accessmvp.com/ where
MVP's Arvin Meyer, Doug Steele, and Jeff Conrad have contributed
information.

Larry Linson
Microsoft Access MVP
<ol**@ylm.sewrote in message
news:11*********************@19g2000hsx.googlegrou ps.com...
How to deal with a VBA-project that is damaged?

Hi everyone.
I am BigOlle from sweden and I have been working with Accees for ten
years
I am now working on a project that started in Access97 and since a few
months it continues in Access2000.

My plan is to use Access2000 as it is supposed that mdb-files in
Access 2000-format can be opened from all Access versions after that
one. (I hope it is so)
It all seemed to work very well until last week when my mdb-file could
not be opened on my computer.
(it was at the time about 60 mb. and not data only vb-code and
forms,reports and modules)

It showed that I had the wrong version of the Vbe6.dll file, so I
went on from that day on another Pc.

I went back to a copy of the database that semeed to be alright.
( I must tell that my mdb file is working on a linked mdb-file on the
same library on my computer and since one month ago
the data-mdb-file is passwordprotected.)

Now I make a backup of my mdb-file every half an hour as it regulary
happens that I get the error message:
"VBA-project is damaged"
I have tried:
1/ To convert my project till Access2002 and convert it back to
Access2000.
(It sometimes works but sometimes I even get this same error message
in Access2002:
("VBA-project is damaged")

2/ Decompile the project.

3/ Save form modules as text and import the text-modules to the mdb-
version that is not corrupt.

But all the same I regulary (some days many times a day) I get the
errormessage.
("VBA-project is damaged")
I have noticed that on decompile and converting get the message that
the form FrmMySeachform_070726_1 can't be loaded. And this is when I
am working in the form frmMySearchform. (I make backup-copies of the
forms that I am working on this way)

I hope that someone can give me an advice how I could go on with my
project
Regards BigOlle

Jul 27 '07 #2
hi Larry.
Thanks for your advice.
No, I haven't copied all moduls as text and imported them to a new
database.
It is so many forms and so many reports and so many modules in my
applikation so I haven' t done this yet.
Guess I will have to do it.
(but i Haven't get corruption for 6 days now)
Regards Olle
On Jul 27, 11:19 pm, "Larry Linson" <boun...@localhost.notwrote:
When you saved your form modules as text, did you also save your other
modules as text, set the forms and reports HasModule property to No, then
copy the objects to a new, empty database, and then reload the modules from
text?

My guess would be that something is corrupted, and this additional step may
be helpful.

There's very good information on corruption, and on recovering from it, and
avoiding it at MVP Tony Toews' website,http://www.granite.ab.ca/accsmstr.htm. It would be worth your reviewing.
And, you might take a look at the content athttp://www.accessmvp.com/where
MVP's Arvin Meyer, Doug Steele, and Jeff Conrad have contributed
information.

Larry Linson
Microsoft Access MVP

<o...@ylm.sewrote in message

news:11*********************@19g2000hsx.googlegrou ps.com...
How to deal with a VBA-project that is damaged?
Hi everyone.
I am BigOlle from sweden and I have been working with Accees for ten
years
I am now working on a project that started in Access97 and since a few
months it continues in Access2000.
My plan is to use Access2000 as it is supposed that mdb-files in
Access 2000-format can be opened from all Access versions after that
one. (I hope it is so)
It all seemed to work very well until last week when my mdb-file could
not be opened on my computer.
(it was at the time about 60 mb. and not data only vb-code and
forms,reports and modules)
It showed that I had the wrong version of the Vbe6.dll file, so I
went on from that day on another Pc.
I went back to a copy of the database that semeed to be alright.
( I must tell that my mdb file is working on a linked mdb-file on the
same library on my computer and since one month ago
the data-mdb-file is passwordprotected.)
Now I make a backup of my mdb-file every half an hour as it regulary
happens that I get the error message:
"VBA-project is damaged"
I have tried:
1/ To convert my project till Access2002 and convert it back to
Access2000.
(It sometimes works but sometimes I even get this same error message
in Access2002:
("VBA-project is damaged")
2/ Decompile the project.
3/ Save form modules as text and import the text-modules to the mdb-
version that is not corrupt.
But all the same I regulary (some days many times a day) I get the
errormessage.
("VBA-project is damaged")
I have noticed that on decompile and converting get the message that
the form FrmMySeachform_070726_1 can't be loaded. And this is when I
am working in the form frmMySearchform. (I make backup-copies of the
forms that I am working on this way)
I hope that someone can give me an advice how I could go on with my
project
Regards BigOlle- Hide quoted text -

- Show quoted text -

Jul 31 '07 #3
Hi Again Larry.
Now I have I new question:
About 10 days ago I had a corrupt database (mdb-file).
And I got corruption, error messages even afte importing
a form without module. I wonder if you think that that is possible,
I think that it was a form that was a copy of another form.
That was form FrmMySeachform_070726_1 . I was working in the form
frmMySearchform. (I make backup-copies of the forms that I am working
on this way)
What do you think?
/regards Olle

When you saved your form modules as text, did you also save your other
modules as text, set the forms and reports HasModule property to No, then
copy the objects to a new, empty database, and then reload the modules from
text?
My guess would be that something is corrupted, and this additional step may
be helpful.
There's very good information on corruption, and on recovering from it, and
avoiding it at MVP Tony Toews' website,http://www.granite.ab.ca/accsmstr.htm. It would be worth your reviewing.
And, you might take a look at the content athttp://www.accessmvp.com/where
MVP's Arvin Meyer, Doug Steele, and Jeff Conrad have contributed
information.
Larry Linson
Microsoft Access MVP
<o...@ylm.sewrote in message
news:11*********************@19g2000hsx.googlegrou ps.com...
How to deal with a VBA-project that is damaged?
Hi everyone.
I am BigOlle from sweden and I have been working with Accees for ten
years
I am now working on a project that started in Access97 and since a few
months it continues in Access2000.
My plan is to use Access2000 as it is supposed that mdb-files in
Access 2000-format can be opened from all Access versions after that
one. (I hope it is so)
It all seemed to work very well until last week when my mdb-file could
not be opened on my computer.
(it was at the time about 60 mb. and not data only vb-code and
forms,reports and modules)
It showed that I had the wrong version of the Vbe6.dll file, so I
went on from that day on another Pc.
I went back to a copy of the database that semeed to be alright.
( I must tell that my mdb file is working on a linked mdb-file on the
same library on my computer and since one month ago
the data-mdb-file is passwordprotected.)
Now I make a backup of my mdb-file every half an hour as it regulary
happens that I get the error message:
"VBA-project is damaged"
I have tried:
1/ To convert my project till Access2002 and convert it back to
Access2000.
(It sometimes works but sometimes I even get this same error message
in Access2002:
("VBA-project is damaged")
2/ Decompile the project.
3/ Save form modules as text and import the text-modules to the mdb-
version that is not corrupt.
But all the same I regulary (some days many times a day) I get the
errormessage.
("VBA-project is damaged")
>
I have noticed that on decompile and converting get the message that
the form FrmMySeachform_070726_1 can't be loaded. And this is when I
am working in the form frmMySearchform. (I make backup-copies of the
forms that I am working on this way)
I hope that someone can give me an advice how I could go on with my
project
Regards BigOlle- Hide quoted text -
- Show quoted text -- Hide quoted text -

- Show quoted text -

Jul 31 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: andreas | last post by:
Hi there, I have the following situation: 1. DOT.NET Application is started 2. DOT.NET Application instantiates Access.Application.8 3. Opens a specified database (MDB) 4. DOT.NET...
3
by: DKJ | last post by:
Is VBA wholly and completely a subset of VB.net? Are there any objects or methods or coding techniques that one could learn in VBA that wouldn't also apply in VB.net? So if I will have learned...
41
by: Matt Alanzo | last post by:
Our SOHO 2 person compay sells furniture (not programmers). In '98 we paid $,$$$ for a VBA -Access '97 accounting application, including VBA source code .... an huge investment for us then (and...
6
by: Terry Bell | last post by:
We've had a very large A97 app running fine for the last seven years. I've just converted to SQL Server backend, which is being tested, but meanwhile the JET based version, running under terminal...
6
by: Ieuan | last post by:
Hello all and Happy New Year, I've been having this problem for some time and thought I'd try to see if anyone else out there has had the same problem or can give a little help. I'm using a...
18
by: Ann Scharpf via AccessMonster.com | last post by:
I am not sure which would be the best place to post this question, so I'm posing it here with Access general questions. I have reached the point many times in Word and in Access where my ignorance...
16
by: Sathyaish | last post by:
I am expecting a VBA code module in one of the VBA apps, but much to my astonishment, I don't seem to find my way through it. It seems like I am looking at a fully compiled binary. I have an MDB...
19
by: DesCF | last post by:
What are the differences between vb, vb.net, & vba ? -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
7
by: fcolon75 | last post by:
I'm an experienced Access user, but very new to coding VBA in Access. I'd like to do the following: 1) Develop a basic query in the query designer. 2) Call that query from a VBA script 3)...
3
MMcCarthy
by: MMcCarthy | last post by:
Although some users find Macros simple and easy to use, there are some major limitations to using them. Although you can use macros to perform tasks, there is limited control on when and how those...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.