Question : Access - Corrupted Forms

Hi,

In an exising db that was working yesterday - today we receive error message that the file has been corrupted - we find this specifically on the forms - and within the form - the arrow navigation buttons to move to the next/previous records. When I try to delete the arrow navigation - I also receive the error message.

I have trued to Compact and Repair, and make a copy of the db and export all objects. Everything exports except the forms - and I get the same error message when I attempt to export.

Any thoughts/suggestions?

Thanks.

Answer : Access - Corrupted Forms

in that case, you need to recreate the form :-(

but try this too, might work and saves you the  time

from the old db
        Application.SaveAsText acForm, "FormName", "C:\folderName\FormName.txt"

to get it back to your new db

Application.LoadFromText acForm, "formName", "C:\folderName\FormName.txt"
Random Solutions  
 
programming4us programming4us