S
sy
I had problem opening up the vba coding after I add in all the changes I want
to add for the current database system. I need to add in a few more
functions, form, reports. No matter what is the sequence I add it in to the
database, I will faced the same problem. I do try do change the sequence to
add in the changes and compact after every steps. It looks find until I add
in everything changes to be done. I had try the solutions to export all the
objects in the database to a new empty database before I make any changes. I
then try to add in all the changes to be done and I'll not had the "The
Visual Basic for Applications project in the database is corrupt" problem
anymore but then I'll have another problem. This is caused by the coding
sytle used when the developer develop this project. He's using the syntax
me.button5 rather then forms!report!button5 he will use the same form to save
as another name. Therefore when I click on the button I will halt and I need
to change the "me." to "forms!report!". I therefore try to change in the vba
all the "me." to "forms!xxx!". After I change all the syntax, I will get the
message "The Visual Basic for Applications project in the database is
corrupt". After I get this message I can't either compact or repair the
database.
Is there any solutions to solve this problem?
to add for the current database system. I need to add in a few more
functions, form, reports. No matter what is the sequence I add it in to the
database, I will faced the same problem. I do try do change the sequence to
add in the changes and compact after every steps. It looks find until I add
in everything changes to be done. I had try the solutions to export all the
objects in the database to a new empty database before I make any changes. I
then try to add in all the changes to be done and I'll not had the "The
Visual Basic for Applications project in the database is corrupt" problem
anymore but then I'll have another problem. This is caused by the coding
sytle used when the developer develop this project. He's using the syntax
me.button5 rather then forms!report!button5 he will use the same form to save
as another name. Therefore when I click on the button I will halt and I need
to change the "me." to "forms!report!". I therefore try to change in the vba
all the "me." to "forms!xxx!". After I change all the syntax, I will get the
message "The Visual Basic for Applications project in the database is
corrupt". After I get this message I can't either compact or repair the
database.
Is there any solutions to solve this problem?