Previous Thread

8/2/2006 8:34:03 AM    recover VBA Project
Is there a way to restore the forms, reports and modules after "Visual Basic 
 
for Applications Project in this database is correcupt". We have over 
 
hundreds forms, reports and modules. 
 
-- 
 
Software Developer



8/2/2006 1:54:42 PM    Re: recover VBA Project
Assuming your application is split into a Front-End (containing the queries, 
 
forms, reports, macros and modules), linked to a Back-End (containing the 
 
tables and relationships), with each user having his/her own copy of the 
 
front-end, as it should be, all you need to do is grab another copy of the 
 
front-end. 
 
If your application hasn't been split, you should be able to recover your 
 
forms, reports and modules from a back-up of the database. 
 
If you haven't been backing up your database (as, of course, you should be), 
 
you could try creating a new database and importing everything from the 
 
corrupt database into the new one. 
 
-- 
 
Doug Steele, Microsoft Access MVP 
 
http://I.Am/DougSteele 
 
(no private e-mails, please) 
 
"Ming" <scastle88@msn.com> wrote in message 
 
news:9CCB7A1F-904A-4D78-B879-48071B4E8722@microsoft.com...